- Controlled Vs Uncontrolled Component
- Controlled components refer to the components where the state and behaviors are controlled by Parent components
- while Uncontrolled components are the ones having control of their own state and manage the behaviors on themselves(useref)
- React Hook
- Higher Order Components
- Props Drilling
- How to avoid props Drilling
- Functional Vs Class Components
- How to pass data from parent to child and child to parent
- Imperative Hooks in react
- What is Virtual Dom
- How react is working
- How to acheive life cycle method in function components
- life cycle method
- how to improve the performance of the react appication
- what is BABEL
- Error handling
- Redux architecture flow
- Unit test in React
- Lazy loading in React
Thursday, 3 October 2024
React Basic Questions and Answers
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment