simple-rsc
simple-rsc copied to clipboard
Update to work with react 19
This implementation was not working with react 19, here is an implementation that does. I'm not sure if this is useful as it strays away from the video / talk contents.
The main changes are:
- use the react-server-dom-esm implementation from react rather than webpack
- remove the use of a client component manifest
I hope this is helpful