- Feb 8, 2004
- 12,604
- 15
- 81
So I have an existing site (not an SPA) and I want to do some templating and some data binding, that is all I need. Its already using handlebars.js but I need the data binding as well. React can do this right? I get the feeling I should learn react or angular anyways.
Ive had reactjs running before by adding browser.js but there will be functions in the jsx files that are called before its done compiling the jsx to js. I gather its not whats done in a production app anyways.
Problem is I cant get the tools setup to make it work
Any good guides or tutorials for this kind of thing? Ive looked at the facebook one and it looks okay for learning react but they glaze over a bunch of seemingly important stuff like how do I get my IDE to convert jsx to js?? Babel apparently, cool, how does that work though? What is webpack and why do I need that? Im feeling massively overwhelmed here
Im using Intellij if it matters. Eclipse and Netbeans gave me too much BS with this kind of thing before.
Ive had reactjs running before by adding browser.js but there will be functions in the jsx files that are called before its done compiling the jsx to js. I gather its not whats done in a production app anyways.
Problem is I cant get the tools setup to make it work