Created
February 17, 2018 15:18
-
-
Save aofleejay/df5c8b95e60c674e8e7359e730375fd3 to your computer and use it in GitHub Desktop.
Redux-persist blacklist & white list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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