Skip to content

runHook API

Compare
Choose a tag to compare
@xiel xiel released this 20 Feb 16:59
· 20 commits to main since this release
  • start API was renamed to runHook(...) #28
    • runHook allows hooks to suspend (in contrast to runHookSync [coming soon...])
// Run the hook
const custom = runHook(useCustomHook, initialProps)

Full Changelog: https://github.com/xiel/outer-hooks/commits/v0.0.4-beta