fullstack-hy2020 / fullstack-hy2020.github.io

Home Page:https://fullstack-hy2020.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request to Add a Chapter on React Server Components

slimanimeddine opened this issue · comments

Hello,

I've really enjoyed the material of this course, and I appreciate the effort put into it. I've found that React Server Components are becoming increasingly important, and I believe it would be beneficial to include a dedicated section on React Server Components in the course.

React Server Components offer a powerful way to improve performance and interactivity in web applications, and understanding how to use them effectively can be a valuable skill for React developers. It would be great if the course could cover topics such as:

  1. Why RSCs needed to be created.
  2. When to use them.
  3. How to set up and use React Server Components in a project.
  4. Server components vs Client components.

Thank you for considering this request, and I look forward to your response.

There is a new part coming later on where RCS will be covered