Rawact - React to DOM experimental library [link]

This is a very interesting POC by webpack author on the transformation of react code to native dom manipulation thus removing react and react dom libraries at run-time!

I think this optimization will eventually find itself in react server rendered code. It’ll for sure speed up the first interaction time especially on mobile.

Here is an article on this experiment.

4 Likes