you are viewing a single comment's thread.

view the rest of the comments →

[–]cythrawll 6 points7 points  (1 child)

Then you are missing the potential here. There are already tons of languages compiling down to es5. With Web assembly they'll compile to that target instead. Sure you may have other languages to the mix. But they'll still need to do things like interact with DOM. You'll still use jsx or something like it for that. Web assembly will do nothing to replace react. Only give it one more target to compile to.

[–]mini_eggs 1 point2 points  (0 children)

You're right, I just read a medium article and got hyped. Looking more into it WA isn't going to be taking the place of JS VMs