File tree
46 files changed
+142
-201
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-localize-react-applications
- how-do-you-reset-a-components-state-in-react
- how-do-you-test-react-applications
- how-does-virtual-dom-in-react-work-what-are-its-benefits-and-downsides
- 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-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.
46 files changed
+142
-201
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
| 20 | + | |
25 | 21 |
| |
26 | 22 |
| |
27 | 23 |
| |
| |||
41 | 37 |
| |
42 | 38 |
| |
43 | 39 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
| 40 | + | |
49 | 41 |
| |
50 | 42 |
| |
51 | 43 |
| |
| |||
66 | 58 |
| |
67 | 59 |
| |
68 | 60 |
| |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
| 61 | + | |
| 62 | + | |
75 | 63 |
| |
76 | 64 |
| |
77 | 65 |
| |
78 | 66 |
| |
79 | 67 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
| 68 | + | |
86 | 69 |
| |
87 | 70 |
| |
88 | 71 |
| |
| |||
102 | 85 |
| |
103 | 86 |
| |
104 | 87 |
| |
105 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 29 | + | |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
| |||
62 | 60 |
| |
63 | 61 |
| |
64 | 62 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
| 63 | + | |
71 | 64 |
| |
72 | 65 |
| |
73 | 66 |
| |
| |||
89 | 82 |
| |
90 | 83 |
| |
91 | 84 |
| |
92 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
| 48 | + | |
| 49 | + | |
52 | 50 |
| |
53 |
| - | |
54 |
| - | |
| 51 | + | |
| 52 | + | |
55 | 53 |
| |
56 | 54 |
| |
57 | 55 |
| |
| |||
71 | 69 |
| |
72 | 70 |
| |
73 | 71 |
| |
74 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
77 | 75 |
| |
78 | 76 |
| |
79 | 77 |
| |
| |||
94 | 92 |
| |
95 | 93 |
| |
96 | 94 |
| |
97 |
| - | |
| 95 | + | |
98 | 96 |
| |
99 | 97 |
| |
100 | 98 |
| |
| |||
147 | 145 |
| |
148 | 146 |
| |
149 | 147 |
| |
150 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 31 | + | |
| 32 | + | |
35 | 33 |
| |
36 | 34 |
| |
37 | 35 |
| |
| |||
55 | 53 |
| |
56 | 54 |
| |
57 | 55 |
| |
58 |
| - | |
| 56 | + | |
59 | 57 |
| |
60 | 58 |
| |
61 | 59 |
| |
| |||
72 | 70 |
| |
73 | 71 |
| |
74 | 72 |
| |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
| 73 | + | |
| 74 | + | |
79 | 75 |
| |
80 | 76 |
| |
81 | 77 |
| |
| |||
99 | 95 |
| |
100 | 96 |
| |
101 | 97 |
| |
102 |
| - |
0 commit comments