Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.24 KB

state-management.md

File metadata and controls

39 lines (32 loc) · 1.24 KB

state management

Zustand

Recoil

Redux

Flux Concept

Action

  • Redux-Thunk based on High order Function
  • Redux-Saga based on Generator Function
  • Redux-Obervable like Observer pattern.

Reducer

  • Hierarchy Tree

Store

  • a Store

MobX

Obervable

XState

  • JavaScript and TypeScript finite state machines (opens new window)and statecharts (opens new window)for the modern web.
  • https://xstate.js.org/docs/
  • state management가 메인은 아니지만 context영역이 state management 기능을 하고 뷰 업데이트까지 하기에 해당 분류로 추가하였습니다.