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.