japgolly / scalajs-react

Facebook's React on Scala.JS
https://japgolly.github.io/scalajs-react/
Apache License 2.0
1.64k stars 231 forks source link

[WIP] React 18 support #1068

Open japgolly opened 2 years ago

japgolly commented 2 years ago

Addresses #1057

japgolly commented 2 years ago

LegacyReactTestUtils breaks semver you idiot

rpiaggio commented 5 months ago

Although React 18 support is not complete yet, we have a large application with only functional components which we were able to upgrade with the changes so far. Let's cut a beta release with this and aim to implement the rest of the functionality.

rpiaggio commented 5 months ago

I'll attempt to make the release without merging into master.

ngbinh commented 4 months ago

Thanks @rpiaggio for making progress on this. Would love to help but not sure what are the remaining items

rpiaggio commented 4 months ago

Thanks @rpiaggio for making progress on this. Would love to help but not sure what are the remaining items

Hi @ngbinh ! You can see the checklist that @japgolly made here: https://github.com/japgolly/scalajs-react/issues/1057