React Tips and Tricks: Redux-Persist

preview_player
Показать описание
In this video I go over the library Redux-Persist. I show how to install it and also some of the methods she provided.

Or by bitcoin: 1FkQYDPTgyUibFdfdyMETnxYPwEK4Y8kpv
Or by Ethereum: 0xed4E76cc3e15C14bcfFCA89130a0a5c12f6AA28c

I would like to thank the donators to this channel. Thank you so much :)

- Wonmin Jeon
- iMarket
- Tarek Fattah
- Donald Walters

Рекомендации по теме
Комментарии
Автор

Great tutorial, thank you!
*Edit:* This tutorial is for v4. v5 has new API where autoRehydrate does not exist. 😩

CoryTheSimmons
Автор

Hey this helped me a lot, you seem to have good knowledge of redux-persist, can you explain to me what is migration?? I can't seem to understand it

kps
Автор

Thank you for this, it saved me a lot of time!

SavingSpace
Автор

Thanks a lot. Been trying to get this to work for some time now! Your video made things work!

sameshwijeweera
Автор

Solid video man. I've used redux-persist at a basic level already but I still learned a few things here!

FunkyToe
Автор

Thanks man, just what I was looking for. Really good stuff!

victorgilmolina
Автор

couldn't do it, I get - Unable to resolve module `AccessibilityInfo`

randompointlessness
Автор

hi how can i get local storage of redux persist ! i mean if i need with out react-redux connect just like store.getState ?

khalidkhan
Автор

Are you using react native here, because I can't relate it

kirankamath
Автор

You should make a new tutorial for Redux-Persist v5. There are some big changes between the current release and this tutorial (which is using v4 i believe)

Sectimus
Автор

hi for multiple screens, should i use that perstStore function in componentwillmount method for each screen ? and also i have to import the store for each screen ? can give a example for 2 screens approach for your repo if possible. thanks a lot for the great vid. already subscribed.

hlaksh
Автор

Where does '__DEV__' in if(__DEV__) { } come from?
I'm getting an error that says '__DEV__ is not defined'.

tushardey
Автор

i loved this video, and the excitement that happens when the state gets persisted lol

danielpham
Автор

import { App loading } from 'expo'; how to install that expo?

sibichakaravarthy
Автор

Just to confirm, is this v5 of redux-persist?

codeangler