📄️ Installation
For vanilla JS, you can install @iniz/core
📄️ Primitives
Iniz provides a few primitives to describe state: atom/store, effect and computed.
📄️ React
To use Iniz primitives in ReactJS, simply replace @iniz/core with @iniz/react and replace effect with a component.