Good day, I'm starting in the library react JS, I would like to know how is 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 in red as a syntax error.
I have read that to work with ES6 you need a transpiler (like Babel) so that the browser can interpret this code, and some other configurations, but they do so by installing different packages but by npm (you have to have node installed). How do you do all that but for Visual Studio?
Thanks for your time.