Skip to content

Commit

Permalink
Merge pull request #300 from SeonHyungJo/translate-310
Browse files Browse the repository at this point in the history
Translate 310
  • Loading branch information
BKJang authored Jun 24, 2020
2 parents 0dad73b + 86db6a3 commit b2a3240
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ You can download the PDF and Epub version of this repository from the latest run
|307| [What are the sources used for introducing hooks?](#what-are-the-sources-used-for-introducing-hooks)|
|308| [웹 컴포넌트의 명령형 API에 접근하는 방법은?](#웹-컴포넌트의-명령형-API에-접근하는-방법은)|
|309| [What is formik?](#what-is-formik)|
|310| [What are typical middleware choices for handling asynchronous calls in Redux?](#what-are-typical-middleware-choices-for-handling-asynchronous-calls-in-redux)|
|310| [Redux에서 비동기 호출을 처리하기 위한 일반적인 미들웨어는?](#Redux에서-비동기-호출을-처리하기-위한-일반적인-미들웨어는)|
|311| [Is browsers understand JSX code?](#is-browsers-understand-jsx-code)|
|312| [Describe about data flow in react?](#describe-about-data-flow-in-react)|
|313| [What is react scripts?](#what-is-react-scripts)|
Expand Down Expand Up @@ -5557,8 +5557,9 @@ You can download the PDF and Epub version of this repository from the latest run
**[⬆ Back to Top](#table-of-contents)**
310. ### What are typical middleware choices for handling asynchronous calls in Redux?
Some of the popular middleware choices for handling asynchronous calls in Redux eco system are `Redux Thunk, Redux Promise, Redux Saga`.
310. ### Redux에서 비동기 호출을 처리하기 위한 일반적인 미들웨어는?
Redux eco system에서 비동기식 호출을 처리하기 위해 많이 사용되는 미들웨어는 `Redux Thunk, Redux Promise, Redux Saga`이다.
**[⬆ Back to Top](#table-of-contents)**
Expand Down

0 comments on commit b2a3240

Please sign in to comment.