aleph.js icon indicating copy to clipboard operation
aleph.js copied to clipboard

Support React Server Components

Open ije opened this issue 4 years ago • 1 comments
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

ije avatar Dec 22 '20 09:12 ije

It seems that NextJS + Vercel kind of has server component support repo.

shadowtime2000 avatar Jan 11 '21 00:01 shadowtime2000