Redux Store
The Redux Store is an implementation of state management that can be used to build React & React Native SSI clients using AFJ.
The Redux Store allows you to integrate state management for the most important parts of using AFJ in a client application (mediation, connections, credentials and proofs), allowing you to sync UI state with the state of the agent as it interacts with other agents through the framework.
note
This document is for version 0.4.x
of the @aries-framework/redux-store
package, that works with @aries-framework/core
version 0.4.x
. Extension packages (such as Redux Store) are versioned separately from the core packages.
Installation
To add the Redux Store package to your existing project simply run:
- npm
- Yarn
npm i @aries-framework/redux-store
yarn add @aries-framework/redux-store