220329 TIL

leevshan·2022년 3월 30일
0

Redux-saga

A redux middleware that deals with every side effect.

Basic Principle

  1. create a SomethingSaga.ts saga file that collects side effects of some variable.
  2. connect that saga file to rootSaga.ts file.
  3. dispatch the action that runs the saga file.
profile
Planby 개발자

0개의 댓글