React Guide
React Guide
Complete
React
1
React
Core Concepts
2
Components: Functional and class
components.
components.
component.
React
Hooks
useState: Manage state in functional 4
components.
context in functional
components.
useReducer: Manage
React
State Management
Lifting State Up: Share state 7
to a common ancestor.
drilling.
state.
8
Routing
React Router: Declarative routing
for SPAs
9
Performance
Optimization
Memoization: React.memo for 10
functional components,
components.
Suspense.
Advanced
Topics
12
Error Boundaries: Catch JavaScript
elements directly.
framework.
React components in a
user-centric way.
14
Styling
CSS Modules: Scoped CSS for
components.
components.
writing CSS.
Interview
Questions
Beginner-Level Questions
1. What is React, and why is it used?
components?
performance?
10. What are keys in React, and why are they important?
Intermediate Level Questions
1. What are React hooks, and how do you use them?
PureComponent?
them?
Advance Level Questions
1. How do you create custom hooks in React?
useReducer?
they used?
React?
API.
hooks.
feature.
React application?
project?