SoYoung210 / SOSO

👩‍🚀 SOSOLOG
https://so-so.dev/
MIT License
29 stars 4 forks source link

pattern/saga-pattern-with-redux-saga/ #45

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Saga Pattern과 redux-saga | SOSOLOG

redux 비동기 처리를 위해 redux-saga를 사용해보신 적이 있으신가요? “The mental model is that a saga is like a separate thread in your application that’s solely responsible for side effects. redux-saga is a redux middleware, which means this thread can be started, paused and cancelled from the main…

https://so-so.dev/pattern/saga-pattern-with-redux-saga/?fbclid=IwAR1joW25JbviEl8yoWdoAWo9YTQpz2QJJXkSaoLe69P7GK23VMlA9ZXpT8M

hg-pyun commented 4 years ago

좋은 글 감사합니다. Saga관련 글은 많이 찾아 볼 수 없는데 단비같네요! Saga를 썼을 때 좋았던 점을 하나 남겨보자면, 액션으로 callback을 넘겨서 처리할 수 있었던게 좋았던 것 같습니다.