redux-persist
Reduxのstoreの内容を、LocalStorageや❌AsyncStorageなどに保存する
github
あんまり更新されてないな
whitelistやblacklist
shallowの部分しか保存されてないっぽい
入れ子を保存するためには↓の辺が必要そうだが、時間がなかったのでやってない
https://medium.com/@bitshadow/react-redux-persist-applying-transforms-94d000bb215b
https://github.com/edy/redux-persist-transform-filter
https://github.com/rt2zz/redux-persist/issues/277
https://github.com/edy/redux-persist-transform-filter-example
transformってなに
createTransform
第一引数で、storeから保存の状態に変える
永続化する直前に呼ばれる
JSON.strinfyのイメージmrsekut.icon
第2引数で、保存の状態からstoreに戻す
永続化から復帰される直前に呼び出される
JSON.parseのイメージmrsekut.icon
第三引数は、監視するreducerの名前