Package Exports
- @castore/redux-event-storage-adapter
- @castore/redux-event-storage-adapter/dist/cjs/index.js
- @castore/redux-event-storage-adapter/dist/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@castore/redux-event-storage-adapter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Redux Event Storage Adapter
DRY Castore EventStorageAdapter
implementation using a Redux store.
📥 Installation
# npm
npm install @castore/redux-event-storage-adapter
# yarn
yarn add @castore/redux-event-storage-adapter
This package has castore/core
as peer dependencies, so you will have to install it as well:
# npm
npm install @castore/core
# yarn
yarn add @castore/core
👩💻 Usage
...coming soon