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] })

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

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

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

3.62 kB

Total Files

5

Last publish

Collaborators

  • hirviid