redux-persist-transform-react-redux-fetch
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

redux-persist-transform-react-redux-fetch

Install

yarn add redux-persist-transform-react-redux-fetch

npm i -S redux-persist-transform-react-redux-fetch

Usage

import createReduxFetchTransform from 'redux-persist-transform-react-redux-fetch';
 
const reduxFetchTransform = createReduxFetchTransform({
  whitelist: ['user'],
});
 
persistStore(store, { transforms: [reduxFetchTransform] })

Package Sidebar

Install

npm i redux-persist-transform-react-redux-fetch

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.62 kB

Total Files

5

Last publish

Collaborators

  • hirviid