Skip to content

Matter Hooks v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 04:13
v0.1.0
5c6803f

This is the initial release of Matter Hooks!

Added

  • This release includes several new hooks.
    • useAsync - For calling asynchronous functions and memoizing the result
    • useChange - For reacting to changing dependencies
    • useContextAction - For registering context actions within systems
    • useMap - For mapping keys to values
    • useMemo - For memoizing values based on dependencies
    • useReducer - For storing stateful values updated by a reducer function
    • useStream - For processing instance streaming events

For more details, view the full changelog, or check out our documentation.