DEV Community

Discussion on: React Compiler: Everything You Need to Know

Collapse
 
mjubair profile image
Mohamed Jubair

In my opinion, react compiler is primaily a solution to optimize the rendering issues taking away the need to manually manage it.

But there is one main difference between the two which sets them apart is that in react we write HTML in Javascript whereas in Svelte we write javascript in HTML.

We can only wait and watch what the React team comes up with next.