Using Facebook’s React and JSX in ASP.NET MVC applications
Posted: (EET/GMT+2)
React and JSX are new(ish) JavaScript based libraries and languages for UI development on the web. Both are open-source solutions, and backed up by Facebook and others. Microsoft's Visual Studio doesn't (yet?) have built-in support for React or the JSX language, but luckily, you can install a new library specifically for .NET developers: the ReactJS.net library.
The library can be installed as a NuGet package, and the source is available on GitHub.
Be sure to take a look!