Good day, I'm getting started in the react JS library, I would like to know the correct way to configure visual studio 2015 community to work with react using ES6 and also be able to create jsx files, right now creating a file with that extension (. jsx) the IDE paints it red as a syntax error.
I have read that to work with ES6 you need a transpiler (such as Babel) so that the browser can interpret said code, and some other configurations, but they do all of this by installing different packages but through npm (that is, you have to have node installed) . How do you do all that but for Visual Studio?
Thanks for your time.
In this league there is a support project
https://github.com/Microsoft/nodejstools/wiki/ES6-IntelliSense-Preview-in-NTVS-1.1
Requirement:
Have the Node.js Tools for Visual Studio downloadable here there is a version for 2013 and 2015, you have to download the appropriate one, since there is no backward compatibility
Installation translation: