Puffin's DevLog

About
Blog
Tags

Redux selector & state normalize

2019-03-01

Codesandbox: before

Redux: Selector

Codesandbox: selector 적용 후

Redux: normalize

Codesandbox: normalize 적용 후

참고 링크

  1. Egghead.io 강의: Colocating Selectors with Reducers
  2. Egghead.io 강의: Normalizing the state shape
  3. Dan Abramov's twit about selector
  4. Redux 공식 문서: 상태 정규화 하기
  5. Redux 공식 문서: Where should my selectors go? (영문)
  6. 정규화란?: 위키백과
  7. helloworldjavascript: module
Loading script...
Next: 독서 노트: 함께 자라기 - 애자일로 가는 길
Prev: Redux 스터디 회고