Total Questions : 10
Expected Time : 10 Minutes

1. Explain the concept of server components in React and how they differ from traditional components.

2. What is the significance of the React memo function, and how can it optimize performance?

3. In React, what is the role of the render() method?

4. What is the purpose of the Redux library in React applications?

5. Explain the concept of render props in React and provide a scenario where they are beneficial.

6. How does React Router improve the navigation experience in a React application?

7. How can you handle forms in React?

8. Explain the concept of React Hooks rules, and why is it essential to follow them?

9. How can you implement server-side rendering (SSR) with data fetching in a React application?

10. What is the purpose of the useEffect hook in React?