runHook API
- 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