simple-rsc icon indicating copy to clipboard operation
simple-rsc copied to clipboard

Update to work with react 19

Open benfc1993 opened this issue 9 months ago • 2 comments

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

benfc1993 avatar Mar 23 '25 14:03 benfc1993