velopert / react-tutorial

벨로퍼트와 함께하는 모던 리액트 튜토리얼 문서
https://react.vlpt.us/
347 stars 100 forks source link

4. redux-thunk · GitBook #46

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

4. redux-thunk · GitBook

https://react.vlpt.us/redux-middleware/04-redux-thunk.html

ghost commented 4 years ago

thunk를 사용하면 action의 type이 function일 경우 next()가 불리지 않는건 알겠습니다. 그럼 thunk이외의 미들웨어를 같이 쓰고 싶다면 applyMiddleware()로 호출 할 당시에 순서에 유의해서 thunk를 제일 마지막에 써야하는 건가요?

josunyjostar commented 2 years ago

잼잇졍