📄️ Introduction
Create a Store
📄️ Store Event
We can trigger something when the store got a new subscriber or lost a subscriber.
📄️ Interception
📄️ Watch Component
Prevent re-render using Watch.
📄️ Silent Update
Set the state silently (without broadcast the state change to any subscribers).
📄️ As Local Storage
Want a local state instead of global state?
📄️ Persist State
📄️ With Immer
View Immer docs//immerjs.github.
📄️ Stores
The concept is same as store, but this can be used for multiple stores.
📄️ Stores Event
Since the concept of stores is same as store, it also have a store event handler.