Instalation
Install from the NPM repository using yarn or npm:
For ImmutableJs
npm install @react-state/store @react-state/immutablejs-data-strategy immutable@3.8.1 immutable-cursor@2.0.1 rxjs
yarn add @react-state/store @react-state/immutablejs-data-strategy immutable@3.8.1 immutable-cursor@2.0.1 rxjs
For Immer
npm install @react-state/store @react-state/immer-data-strategy immer rxjs fast-deep-equal
yarn add @react-state/store @react-state/immer-data-strategy immer rxjs fast-deep-equal
Last updated
Was this helpful?