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

Update to work with react 19

Open benfc1993 opened this issue 1 year 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

This will fix #12

benfc1993 avatar Mar 23 '25 15:03 benfc1993

@benfc1993 Checking if you have context on these PR comments! Otherwise, I'll self-address and merge by EOW

bholmesdev avatar Apr 30 '25 22:04 bholmesdev

Taking a look at this now

bholmesdev avatar May 09 '25 00:05 bholmesdev