usePlexus
A React hook to extract the values from plexus objects and reactively update the component and value when the values change
usePlexus(deps) ⇒
A React hook to extract the values from plexus objects and reactively update the component and value when the values change
Returns:
The reactive values of the plexus objects
Param | Description |
---|---|
deps | A list of plexus watchable objects (ex. State, Group, Selector, Computed) |