@real-system/state-library
v0.0.24
Published
State library for real system.
Downloads
11
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom
# yarn
$ yarn add react react-dom
# install state
# npm
$ npm install @real-system/state-library
# yarn
$ yarn add @real-system/state-library
Code Example
import { constate } from '@real-system/state-library';
...