ποΈ Lesson - 1
In this lesson, we will learn about React Hooks in depth. We will learn about useEffect, useContext, useReducer, and other hooks. We will also learn how to create custom hooks in React.
ποΈ Lesson - 2
In this lesson, we will learn about Server-Side Rendering (SSR) with Next.js. We will learn how to implement SSR in a Next.js application to improve SEO and performance. We will also learn about the benefits of SSR and when to use it in your React applications.
ποΈ Lesson - 3
In this lesson, we will learn about unit testing with Jest. We will cover the basics of unit testing, setting up Jest in a React project, writing test cases for components, hooks, and utilities, and running tests with Jest.