Logo
flag

Next.js Complex State Management Patterns with RSC

Logo

Please rate the course

0.0
Category:
Language:
English
Duration:
02:56:16
Number of lessons:
19
Added date:
10/07/2024
Rating:
0.0

Course short description

In the dynamic world of web development, mastering complex state management is an essential skills. And since version 13, Next.js introduced a new type of component as the default type: server components. This new type introduced a change in the way developers should think about their logic and thus, it affected state management code and libraries.

The problem? Given the poor documentation available, some devs are getting confused trying to manage state from their server components.

This lesson aims to provide a comprehensive understanding of these concepts, enabling developers to utilize the powerful tools offered by the Next.js framework effectively.


What will we cover in this course?

Throughout the course, we'll delve into all the essential concepts required to understand how server comopnents works and how they interact with state.

The aim is to make sure you have a solid basic understanding before we jump into the problem that got you here.

So while you might already know some of these concepts, a quick refresher might come in handy.

The topics we'll cover are:

  1. State and state management in React. Here we'll go over everything you must know about state before moving forward. From the theory behind the concept of "state" on a web application, to the most commmon techniques revolving state management in React.
  2. Client components. We'll do a quick overview of the usual type of components we're all used to building but we'll delve deeper into some of the best use cases for them.
  3. Server components. Now we'll start learning about the new type of components and what are the main differences with client components. We'll go deep into the reason why they were introduced and the best use cases for them.
  4. Page architecture. Here armed with the understanding of server components, we'll look at two practical examples of how to use them to improve the loading speed and the internal architecture of two sections of our sample app.
  5. Sharing state between server and client components. The final section of the course will answer the question of how to perform proper state management having two different types of comopnents on the same application.

By the end of this course, you'll have all the tools you'll need to confidently create Next.js applications taking advantage of the most advanced features of the framework.

Write your comment

Logo