@@ -253,8 +253,23 @@ A collection of super-popular Interview questions, along with explanations and i
253
253
- [ hooks-updateState-with-callback] ( React/Hooks/updateState-with-callback.md )
254
254
- [ lifeCycle-methods-for-various-hooks] ( React/Hooks/lifeCycle-methods-for-various-hooks.md )
255
255
- [ Shallow-comparison-React-useEffect-compare-array-in-second-argument] ( React/Hooks/Shallow-comparison-React-useEffect-compare-array-in-second-argument.md )
256
+ - [ useEffect-basics-1] ( React/Hooks/useEffect-basics-1.md )
256
257
- [ useEffect-api-call-with-async-inside-useEffect] ( React/Hooks/useEffect-api-call-with-async-inside-useEffect.md )
257
258
- [ More on useEffect-async-call-inside] ( React/Hooks/useEffect-async-call-inside.md )
259
+ - [ useEffect-compare-array-in-second-argument-replace-ComonentDidMount-with-useRef] ( React/Hooks/useEffect-compare-array-in-second-argument-replace-ComonentDidMount-with-useRef.md )
260
+ - [ useEffect-compare-array-in-second-argument-shallow] ( React/Hooks/useEffect-compare-array-in-second-argument-shallow.md )
261
+ - [ useEffect-replace-componentDidMount-and-Update] ( React/Hooks/useEffect-replace-componentDidMount-and-Update.md )
262
+ - [ useEffect-replace-componentWillUnmount] ( React/Hooks/useEffect-replace-componentWillUnmount.md )
263
+ - [ useEffect-running-callback-after-setState-IMPORTANT] ( React/Hooks/useEffect-running-callback-after-setState-IMPORTANT.md )
264
+ - [ useEffect-with-Redux-actions] ( React/Hooks/useEffect-with-Redux-actions-GOOD.md )
265
+ - [ useReducer-basics-1] ( React/Hooks/useReducer-basics-1.md )
266
+ - [ userReducer-vs-redux-reducer] ( React/Hooks/userReducer-vs-redux-reducer.md )
267
+ - [ useState-replace-componentWillReceiveProps-getDerivedStateFromProps] ( React/Hooks/useState-replace-componentWillReceiveProps-getDerivedStateFromProps.md )
268
+ - [ styled-component-basics] ( React/React-Styled-Component/styled-component-basics.md )
269
+ - [ styled-component-a-clean-example] ( React/React-Styled-Component/styled-component-a-clean-example.md )
270
+ - [ Testing-react-shallow-renderer-basics] ( React/React-Testing-Jest/Testing-react-shallow-renderer-basics.md )
271
+ - [ snapshot-testing] ( React/React-Testing-Jest/snapshot-testing.md )
272
+ - [ React Testing - where-should-enzyme-setup-file-be-written] ( React/React-Testing-Jest/where-should-enzyme-setup-file-be-written.md )
258
273
259
274
## Most common Redux Interview Topics & Questions
260
275
0 commit comments