This is to let all React users know that the first release of React Halo is out (v0.2.3).
It provides something similar to HalogenM in the form of HaloM, and can be used in existing hook-based components.
The main entry-points to the library are:
-
useHalo
A hook for integrating into existing components -
component
For components that don’t require other hooks -
component_
For components that don’t require other hooks or even props
Feedback is welcome, as are bug reports since I haven’t had a chance to battle-test it yet.
For the handful of people using my previous hook-based-state-management library, react-store: I see react-halo as a complete replacement and more.