@subiz/store
v2.1.6
Published
keep subiz store logic deep in memory
Downloads
77
Readme
Store
Store is a library for focus bussiness and distribution logic of subiz
- Simple: Store so easy to aplly for your project.
- Learn One - Write AnyWhere: Store base in many modules pure function Javascript. You can apply to React, Vue and any framework.
Installation
You can install only store with command
cd your-project/
npm install --save subiz-store
Examples
- Vue App: Example with vue-app project using stoz
- Read App: Example with react-app simple project using store instead of redux
123