Kyounghwan01 / blog-comment

blog 코멘트 링크 레포
0 stars 0 forks source link

blog/React/redux/redux-persist/ #13

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

redux-persist 사용법 | 기억보다 기록을

redux-persist 사용법, react-redux 사용법, redux, react, react16, state management, flux, store, reducer, dispatch, action

https://kyounghwan01.github.io/blog/React/redux/redux-persist/

Justindglee commented 2 years ago

잘 보구 갑니다.

jeongbeen2 commented 2 years ago

제가 본 redux-persist 정리중에서 가장 깔끔하게 잘 정리해주셨네요!! 덕분에 잘 적용했습니다 감사합니다 :)

Hyojeong721 commented 2 years ago

redux 공부에 도움 많이 받았습니다.! 그런데 혹시 const store = createStore(rootReducer); 이 부분에서 Uncaught ReferenceError: rootReducer is not defined 라고 에러 안나나요?ㅠㅠ

Kyounghwan01 commented 2 years ago

@Hyojeong721 rootReducer를 import 하는 부분이 없어서 그렇네요 수정하겠습니다 감사합니다!

lhk3337 commented 2 years ago

안녕하세요 리덕스 localStorage 적용이 안되어 에러 때문에 고민이 많았는데, 잘 정리해주시고 이부분을 잘 따라서 했더니 문제가 해결 되었습니다. 감사합니다.

mongsukim commented 1 year ago

좋은 정보 감사드립니다! 가장 마지막 코드블럭에 import configureStore from "./store"; 라고 import 되어있는데, 이 파일 코드는 혹시 포스팅 되어 있는 내용은 아닌가요 ?