@typed/hooks
v12.0.0
Published
Hooks powered by generator functions & effects
Downloads
33
Maintainers
Readme
@typed/hooks
A self-organizing event-based hooks implementation built using @typed/effects
to decouple
managing state from any framework in a way that you can still test.
Through hooking into the event's exposed by our environment type HooksManagerEnv
, one can build many unique reactive abstractions.
For example @typed/render
uses this system to provide a self-patching render tree and @typed/html
which does
quite the same with our own custom virtual-dom that's effect-aware.