Skip to content

Instantly share code, notes, and snippets.

@aofleejay
Created February 17, 2018 15:18
Show Gist options
  • Save aofleejay/df5c8b95e60c674e8e7359e730375fd3 to your computer and use it in GitHub Desktop.
Save aofleejay/df5c8b95e60c674e8e7359e730375fd3 to your computer and use it in GitHub Desktop.
Redux-persist blacklist & white list
const persistConfig = {
key: 'root',
storage: storage,
blacklist: ['language'] // whitelist: ['language']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment