arlyxiao / best-practice

1 stars 0 forks source link

Something About React SSR #71

Open arlyxiao opened 2 years ago

arlyxiao commented 2 years ago

Deep dive into the new Suspense Server-side Rendering ( SSR ) architecture in React 18

Hydration

useEffect in SSR

https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85

WebAssembly in SSR

https://github.com/MaibornWolff/react-wasm-dom

Build SSR based on CRA

Build with vite

https://frontend.blog/building-an-ssr-framework-using-vite-prisma/ https://github.com/zackify/moovite

server components

https://nitayneeman.com/posts/introducing-server-and-shared-components-in-react/#is-there-any-existing-solution