Getting Started
Install the package and create the first named store, then choose the appropriate creation style.
Installation
bash
Three creation styles
The most common way is to use the named object API. createRxStateCalling with the same name will refer to the same global store, making it easy to use even within React components. If the name is calculated at runtime but a tuple format is needed, createRxStateTupleuse it, and if state change rules need to be gathered into action/reducer. createRxReduceruse this.
tsx