📄️ Create Atom
Use an atom to keep a state.
📄️ Create Effect
Use effect to subscribe on atom changes. This is the place to perform side
📄️ Create Signal
Signal works similar to Atom but it does not keep a state. Signal allows to use
📄️ Using Scope
The scope tracks subscriptions and resources and allow to destroy them when they