Skip to content

Commit 9c4b447

Browse files
committed
adding React Questions and ans links
1 parent 50f8768 commit 9c4b447

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,23 @@ A collection of super-popular Interview questions, along with explanations and i
253253
- [hooks-updateState-with-callback](React/Hooks/updateState-with-callback.md)
254254
- [lifeCycle-methods-for-various-hooks](React/Hooks/lifeCycle-methods-for-various-hooks.md)
255255
- [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)
256257
- [useEffect-api-call-with-async-inside-useEffect](React/Hooks/useEffect-api-call-with-async-inside-useEffect.md)
257258
- [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)
258273

259274
## Most common Redux Interview Topics & Questions
260275

0 commit comments

Comments
 (0)