From Redux
Work in Progress
Preparation
Install Redux adapter
Prerequisite: either NPM (comes with node) or Yarn.
To install the stable version:
npm install --save @effector/redux-adapter
yarn add @effector/redux-adapter
Concepts
| Effector | Redux | 
|---|---|
| 
 
  | 
Migrating
Replace your createStore call with createReduxStore:
-import {createStore} from 'redux'
+import {createReduxStore} from '@effector/redux-adapter'
