I've read a bit about Svelte - if I understand correctly, source code compiles down to native js. This is unlike React where the state management logic is the same for dev / production (i.e. there is a React import in production).
But now that there is a React compiler / will be a React compiler, what is the likelihood that React source code can be compiled down to native js?
Is there any reason that this COULDN'T be done? If it could, then it would seem to me that Svelte would not have any particular advantage over React except for preference in coding style.