what do you think of react17 changes? š
The mounting of event handles on the root node vs the document is nice. It would have made a ton of difference when I was starting my current project which involves a legacy application.
yeah, it's something i've struggled a lot in the past when i had to use multiple react apps on the same page
but there are other changes that i find interesting, e.g. events are usable again, no need to cache them or manually opt out from the optimization
Usable again? You mean they're no longer reused after the callback is run? Huh, interesting.
The new jsx transform should also be a bit nicer for hiccup, Iām not sure if anyone has had a look in the cljs ecosystem though.
remove event pooling
not sure what they mean by 'proper fork'