React Server Components - Explained for Backend Developers by Jonas Bandi

Sdílet
Vložit
  • čas přidán 8. 09. 2024
  • The latest version of React introduced React Server Components (RSC).
    React Server Components have the potential to revolutionize modern web development.
    At the same time they are currently a controversial and mostly misunderstood technology:
    As backend developers, when we look at React Server Components we get the impression that the time has been turned back 15 years: its the wild days of PHP all over again!
    Backend code mixed with frontend code, templates mixed with business logic mixed with data access ... all in the same file ... what happened? Is the React community crazy? Or did they just miss the "clean web architecture" that we developed during the last decade to get away from "spaghetti PHP"?
    In this talk we develop a deeper understanding of the concepts of React Server Components:
    - We learn that React Server Components are much more than traditional "Server Side Rendering".
    - We learn that React Components is foremost about RPC, enabling frictionless communication between Backend and Frontend
    - React Server Components are rethinking "Separation of Concern" outside the boundaries of "Frontend vs Backend"
    - React Server Components enable the proven composability-model of React components but spanning across Frontend and Backend

Komentáře • 2

  • @nicolasfelipe1
    @nicolasfelipe1 Před 3 měsíci

    very clear. awesome explanation.

  • @tzagasdog
    @tzagasdog Před 5 měsíci

    Very php like in some aspects at least.