generated at
React Server Components



App Router > Server Actionsを見てるとその思想が伺えるkoushisa
テンプレートエンジン代替としてのニュータイプRedux的な

>@shuding_: RSC is a subset of the SSR model

>@dan_abramov: @delba_oliveira @pomber @asidorenko_ this is a really bad graphic but it’s kind of more like this in my mind
>

>@dan_abramov: i wonder if something like this might be a helpful mental model for how and when RSC runs
>


a11yとかWeb API系のトピック
>@dan_abramov: 00’s: Figuring out the server
>10’s: Figuring out the client
>20’s: Composing server and client as one paradigm
>React is doing this with Server Components, but it is not going to be alone. This is a broader shift defining the next generation of frameworks.
>@t6adev: 🚀
>"refresh Server content in place without losing Client state"
>"nested routing let you fetch data in parallel"
>"you provide local visual feedback for a refetch"
>"you build a full-stack app without exposing any REST/GraphQL APIs to the client"

>@the_spyke: @dan_abramov 30’s: Web break free from HTML/CSS. A native full stack app renders itself via WASM/WebGPU however it likes with smooth frame rates and low memory consumption.


>@t_wada: 技術の螺旋がきれいに一周しましたね

>@samselikoff: I think it'd be pretty sweet if we could have Server Components and Client Components in the same file 🤔
>