Matter Hooks v0.1.0
This is the initial release of Matter Hooks!
Added
- This release includes several new hooks.
useAsync
- For calling asynchronous functions and memoizing the resultuseChange
- For reacting to changing dependenciesuseContextAction
- For registering context actions within systemsuseMap
- For mapping keys to valuesuseMemo
- For memoizing values based on dependenciesuseReducer
- For storing stateful values updated by a reducer functionuseStream
- For processing instance streaming events
For more details, view the full changelog, or check out our documentation.