Coding

31
5

React Server Components

Anybody have any experience working with React Server Components? Basically it's an upcoming React thing where you can render your React components from anywhere in the component tree on the server. Every time the component re-renders, it gets compiled again on the server.

Seems very interesting.