File tree
87 files changed
+284
-292
lines changed- questions
- explain-one-way-data-flow-of-react-and-its-benefits
- explain-server-side-rendering-of-react-applications-and-its-benefits
- explain-static-generation-of-react-applications-and-its-benefits
- explain-the-composition-pattern-in-react
- explain-the-presentational-vs-container-component-pattern-in-react
- explain-what-happens-when-setstate-is-called-in-react
- explain-what-react-hydration-is
- how-do-you-debug-react-applications
- how-do-you-decide-between-using-react-state-context-and-external-state-managers
- how-do-you-handle-asynchronous-data-loading-in-react-applications
- how-do-you-reset-a-components-state-in-react
- how-does-virtual-dom-in-react-work-what-are-its-benefits-and-downsides
- how-would-one-optimize-the-performance-of-react-contexts-to-reduce-rerenders
- what-are-error-boundaries-in-react-for
- what-are-higher-order-components-in-react
- what-are-react-fragments-used-for
- what-are-react-portals-used-for
- what-are-render-props-in-react-and-what-are-they-for
- what-are-some-common-pitfalls-when-doing-data-fetching-in-react
- what-are-some-pitfalls-about-using-context-in-react
- what-are-some-react-anti-patterns
- what-are-the-benefits-of-using-hooks-in-react
- what-are-the-rules-of-react-hooks
- what-does-re-rendering-mean-in-react
- what-does-the-dependency-array-of-useeffect-affect
- what-is-code-splitting-in-a-react-application
- what-is-forwardref-in-react-used-for
- what-is-jsx-and-how-does-it-work
- what-is-react-describe-the-benefits-of-react
- what-is-react-fiber-and-how-is-it-an-improvement-over-the-previous-approach
- what-is-react-strict-mode-and-what-are-its-benefits
- what-is-react-suspense-and-what-does-it-enable
- what-is-reconciliation-in-react
- what-is-the-consequence-of-using-array-indices-as-the-value-for-key-s-in-react
- what-is-the-difference-between-controlled-and-uncontrolled-react-components
- what-is-the-difference-between-react-node-react-element-and-a-react-component
- what-is-the-difference-between-state-and-props-in-react
- what-is-the-purpose-of-callback-function-argument-format-of-setstate-in-react-and-when-should-it-be-used
- what-is-the-purpose-of-the-key-prop-in-react
- what-is-the-usecallback-hook-in-react-and-when-should-it-be-used
- what-is-the-useid-hook-in-react-and-when-should-it-be-used
- what-is-the-usememo-hook-in-react-and-when-should-it-be-used
- what-is-the-usereducer-hook-in-react-and-when-should-it-be-used
- what-is-the-useref-hook-in-react-and-when-should-it-be-used
- what-is-virtual-dom-in-react
- why-does-react-recommend-against-mutating-state
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+284
-292
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
| 68 | + | |
67 | 69 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
|
questions/explain-the-presentational-vs-container-component-pattern-in-react/en-US.langnostic.json
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
| 82 | + | |
| 83 | + | |
| 84 | + |
0 commit comments