Skip to content

Commit 26aa302

Browse files
committed
Add redux questions
1 parent 9e7215a commit 26aa302

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@
323323
|307| [What are the sources used for introducing hooks?](#what-are-the-sources-used-for-introducing-hooks)|
324324
|308| [How do you access imperative API of web components?](#how-do-you-access-imperative-api-of-web-components)|
325325
|309| [What is formik?](#what-is-formik)|
326+
|310| [What are typical middleware choices for handling asynchronous calls in Redux?](#what-are-typical-middleware-choices-for-handling-asynchronous-calls-in-redux)|
326327

327328
## Core React
328329

@@ -5104,4 +5105,7 @@
51045105
Formik is a small react form library that helps you with the three major problems,
51055106
1. Getting values in and out of form state
51065107
2. Validation and error messages
5107-
3. Handling form submission
5108+
3. Handling form submission
5109+
5110+
310. ### What are typical middleware choices for handling asynchronous calls in Redux?
5111+
Some of the popular middleware choices for handling asynchronous calls in Redux eco system are `Redux Thunk, Redux Promise, Redux Saga`.

0 commit comments

Comments
 (0)