Releases: hosseinmd/react-principal
Releases · hosseinmd/react-principal
change observe use way
In this release we changed observation from function to array of key
The new way to use it is this
store.useState(["stateName"])
Observe
Resolve to observe state when use useState.
Observe state is the second argument of useState and any time observer states for the next update.