Interesting article about how to use React Server Components without NextJS, Astro or Remix frameworks https://denieler.com/blog/react-server-components-without-frameworks

#frontend #react #servercomponents #rsc #nextjs

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

#ReactJS #React #JavaScript #TypeScript #ServerComponents

Waku 01 Template Example - StackBlitz

Run official live example code for Waku 01 Template, created by Dai Shi on StackBlitz

StackBlitz
Mastering Client and Server Components in Next.js: A Comprehensive Guide

Deploying interactivity in a Next.js application can be straightforward, but it often comes with...

DEV Community

Waku, a minimal React framework, v0.21.0-beta.0 is out! You can try it with:

`npm create waku@next`

https://waku.gg

#ReactJS #React #JavaScript #TypeScript #ServerComponents #Waku

More Extensibility and Deploy Adapters — Waku

Introducing a new adapter system for improved extensibility and easier deployments.

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

React 19 lets you write impossible components | Mux

What can you do with Server Components and Actions in React 19? Let’s talk about how React 19’s features are a big deal, even for a simple marketing site.

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

Kodsnack 583 - Vi tar smÀllen i ramverket, med Tobbe Lundberg

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.

#ReactJS #React #JavaScript #TypeScript #ServerComponents

More Extensibility and Deploy Adapters — Waku

Introducing a new adapter system for improved extensibility and easier deployments.

Waku

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

#ReactJS #React #JavaScript #TypeScript #ServerComponents

Excalidraw — Collaborative whiteboarding made easy

Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.

Excalidraw

⛩ 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

Waku Pokemon

Exploring React Server Component Fundamentals by Daishi Kato - GitNation

<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>