Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 621 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 621 Bytes

rsc-experiments

This repository contains a set of experiments about React Server Components, with the goal of exploring all the stuff that this new pattern enables.

There are three categories of experiments:

  • noserver-*: these experiments do not use any backend, all the behaviour is implemented in the client, eventually using pregenerated assets
  • withserver: these experiments use a Fastify based backend, to reimplement the same stuff you can find in the noserver ones
  • rustserver: these experiments use a Rust based backend, to show that the protocol can eventually be used outside of the Javascript world!