I’ve started using React.js on a rails project, and I really like the way it lets me organise front-end code into a individual files, rather than having view code in one file, tightly coupled to javascript code from a completely different file. That’s all great, but I’m depending on rails and the asset pipeline, along … Continue reading React.js from scratch