Install
The core pulls in no extra dependencies. rxjs and react are only needed if you use the
matching layer.
bash
npm install synapse-storage
# or
yarn add synapse-storageOptional peer dependencies — install them as needed:
bash
# effects on RxJS
npm install rxjs
# React hooks and SSR
npm install reactNeed only the reactive store? A single
synapse-storageis enough — norxjs, noreact.