Core Redux concepts

2022. 3. 3. 12:46프론트엔드/ReduxJS

Core Redux concepts


  • how does redux work

Central Data (state) Store

  • one store - entire state
  • use in Components → subscription store
    • need update state ⇒ Reducer Function (Mutate Store Data_)
    • (not useReducer( ))

→ Components never directly manipulate the store data

  • Component Dispatch Action
  • Action is Forwarded to Reducer Function

'프론트엔드 > ReduxJS' 카테고리의 다른 글

React Redux 파헤치기  (0) 2023.05.18