Redux helpers
✴ Methods that helps us to handle redux related things
get started
We provide two way of using this package single
or multi
:
npm i @snappmarket/redux-helpers
OR
npm i @snappmarket/helpers
methods
actionMaker |
normalizeActionType |
configPersistor |
usage
import { METHOD_NAME } from '@snappmarket/redux-helpers';
// or
// import { METHOD_NAME } from '@snappmarket/helpers';
``