You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -316,22 +316,22 @@ Hide/Show table of contents
316
316
| 253 |[How does React batch multiple state updates?](#how-does-react-batch-multiple-state-updates)|
317
317
| 254 |[Is it possible to prevent automatic batching?](#is-it-possible-to-prevent-automatic-batching)|
318
318
| 255 |[What is React hydration?](#what-is-react-hydration)|
319
-
| 256 |[How do you update objects inside the state?](#how-do-you-update-objects-inside-state)|
320
-
| 257 |[How do you update nested objects inside the state?](#How-do-you-update-nested-objects-inside-state)|
321
-
| 258 |[How do you update arrays inside the state?](#how-do-you-update-arrays-inside-state)|
322
-
| 259 |[How do you use immer library for state updates?](#how-do-you-use-immer-library-for-state-updates)|
323
-
| 260 |[What are the benefits of preventing the direct state mutations?](#what-are-the-benefits-of-preventing-the-direct-state-mutations)|
324
-
| 261 |[What are the preferred and non-preferred array operations for updating the state?](#what-are-the-preferred-and-non-preferred-array-operations-for-updating-the-state)|
325
-
| 262 |[What will happen by defining nested function components?](#what-will-happen-by-defining-nested-function-components)|
319
+
| 256 |[How do you update objects inside state?](#how-do-you-update-objects-inside-state)|
320
+
| 257 |[How do you update nested objects inside state?](#How-do-you-update-nested-objects-inside-state)|
321
+
| 258 |[How do you update arrays inside state?](#how-do-you-update-arrays-inside-state)|
322
+
| 259 |[How do you use the Immer library for state updates?](#how-do-you-use-immer-library-for-state-updates)|
323
+
| 260 |[What are the benefits of preventing direct state mutations?](#what-are-the-benefits-of-preventing-the-direct-state-mutations)|
324
+
| 261 |[What are the preferred and non-preferred array operations for updating state?](#what-are-the-preferred-and-non-preferred-array-operations-for-updating-the-state)|
325
+
| 262 |[What will happen when defining nested function components?](#what-will-happen-by-defining-nested-function-components)|
326
326
| 263 |[Can I use keys for non-list items?](#can-i-use-keys-for-non-list-items)|
327
-
| 264 |[What are the guidelines to be followed for writing reducers?](#what-are-the-guidelines-to-be-followed-for-writing-reducers)|
327
+
| 264 |[What are the guidelines to follow for writing reducers?](#what-are-the-guidelines-to-be-followed-for-writing-reducers)|
328
328
||**Hooks**|
329
-
| 265 |[What is useReducer hook? Can you describe its usage?](#what-is-use-reducer-hook-Can-you-describe-its-usage)|
329
+
| 265 |[What is the useReducer hook? Can you describe its usage?](#what-is-use-reducer-hook-can-you-describe-its-usage)|
330
330
| 266 |[How do you compare useState and useReducer?](#how-do-you-compare-use-state-and-use-reducer)|
331
-
| 267 |[How does Context work with the useContext Hook?](#how-does-context-works-using-usecontext-hook)|
332
-
| 268 |[What are the use cases of the useContext Hook?](#what-are-the-use-cases-of-usecontext-hook)|
331
+
| 267 |[How does Context work with the useContext hook?](#how-does-context-works-using-usecontext-hook)|
332
+
| 268 |[What are the use cases of the useContext hook?](#what-are-the-use-cases-of-usecontext-hook)|
333
333
| 269 |[When should you use client and server components?](#when-to-use-client-and-server-components)|
334
-
| 270 |[What are the differences between the Page Router and App Router in Next.js?](#what-are-the-differences-between-page-router-and-app-router-in-nextjs)||
334
+
| 270 |[What are the differences between the Page Router and App Router in Next.js?](#what-are-the-differences-between-page-router-and-app-router-in-nextjs)|||
0 commit comments