Interesting article about how to use React Server Components without NextJS, Astro or Remix frameworks https://denieler.com/blog/react-server-components-without-frameworks
Interesting article about how to use React Server Components without NextJS, Astro or Remix frameworks https://denieler.com/blog/react-server-components-without-frameworks
With React 19, you can pass a promise from a server component to a client component.
Bonus: You don't need `use()` if it's used directly in JSX.
Demo with @StackBlitz đ https://stackblitz.com/edit/github-chkcux?file=src%2Fcomponents%2Fcounter.tsx,src%2Fpages%2Findex.tsx
Waku, a minimal React framework, v0.21.0-beta.0 is out! You can try it with:
`npm create waku@next`
#ReactJS #React #JavaScript #TypeScript #ServerComponents #Waku
> Especially with #ServerComponents, the honeymoon was so bright, with its smaller bundles and fashionable new data loading. Then, we sloshed through the trough of disillusionment as we realized that the developer experience of Server Components is challenging.
> Now, though? Weâre learning how to think about and how to teach these new concepts. And weâre seeing their true potential.
https://www.mux.com/blog/react-19-server-components-and-actions
#webDev #reactJS #javaScript #js #components #developer #programming #frontend #server
Veckans avsnitt Àr hÀr: Tobbe Lundberg kommer pÄ besök och berÀttar om Redwood, bilmekaniker, React server components, med mera. Dessutom en kort genomgÄng av konferensen JSDay vi bÄda nyligen gÄtt pÄ.
https://kodsnack.se/583/, eller var som helst dÀr poddar finns!
#fullstack #react #servercomponents #ssr
Fredrik snackar med Tobbe Lundberg om Redwood - ett âappramverk för startupsâ. Tobbes vĂ€g till Redwood gĂ„r bland annat via en bilmekaniker, en webbshop, och massor av trasiga sökvĂ€gar pĂ„ Windows. Vi hinner ocksĂ„ med en liten rapport frĂ„n konferensen JSDay i Verona, inklusive nĂ„gra favoritpresentationer. Redwood vill vara ett bra ramverk för smĂ„ organisationer som vill ha ett ramverk som hjĂ€lper en att fĂ„ igĂ„ng och underhĂ„lla hela webbapplikationens stack - bĂ„de pĂ„ klient och server.
Waku-Waku exciting news! Waku v0.20.1, the minimal React framework, has just been released!
This patch includes various fixes, such as support for `.jsx` extensions.
Visit https://waku.gg â©ïž to learn more.
Both SSR and RSC run on the server (or anywhere!), but they produce different outputs. SSR can also take an RSC output.
I would like to clarify the difference between Traditional SSR and RSC + SSR (and that SSR is technically optional.)
https://excalidraw.com/#json=VAA_W3LwCnWJX5MI3llnx,3eWlGRK5QFPivghFxoYDoA
â©ïž Waku v0.19.1 is just released! Try our React Server Component Framework and share your experience! This version fixes some issues and improves DX.
Check out our new demo site too đ https://demo.waku.gg
Enjoy Pokemon!
The demo site can be deployed with a few commands:
pnpm create waku --choose-template
cd ...
pnpm i
vercel
That's it!
#ReactJS #React #JavaScript #TypeScript #ServerComponents #Waku
ICYMI, here's my talk about React Server Components at React Day Berlin 2023. https://portal.gitnation.org/contents/exploring-react-server-component-fundamentals
<span>I've been developing a minimalistic framework for React Server Components (RSC). This talk will share my journey to deeply understand RSC from a technical perspective. I'll demonstrate how RSC features operate at a low level and provide insights into what RSC offers at its core. By the end, you should have a stronger mental model of React Server Components fundamentals.</span>