It's kinda like iframes crossed with server side includes, but for React. Render React Server Component streams in your React Native or React web app.
- React Native
- React (web)
- SOON: react-three-fiber
TODO: add instructions
TODO: add status
See TODO.md
The React team’s full-stack architecture vision requires a bundler and assumes that your backend and frontend are tightly coupled. ReFrame allows you to decouple your frontend and backend by agreeing on a shared set of pre-defined client components. Your server uses ReFrame to skip the bundling step and stream these known components to the client. The client then renders these components in whatever way they want.
Yes.
Yes.
Yes.
Yes.