aleph.js
aleph.js copied to clipboard
Support React Server Components
trafficstars
What is React Server Components?
Please watch this talk introducing experimental Server Components. The talk includes a walkthrough of the demo code and highlights key points of how Server Components work and what features they provide.
React IO in Deno
React IO Library for experimental React Server Components in Deno.
import fetch from 'https://deno.land/x/react_io/fetch.ts'
import { readFile } from 'https://deno.land/x/react_io/fs.ts'
import { Pool } from 'https://deno.land/x/react_io/pg.ts'
please follow https://github.com/alephjs/react-io
It seems that NextJS + Vercel kind of has server component support repo.