Getting Out of JavaScript Fatigue - React Edition
Reading Hacker News comments on JavaScript frontend articles is a depressing task these days. The majority is complaining: Tooling too complex, bundling too complex, Too many »
Reading Hacker News comments on JavaScript frontend articles is a depressing task these days. The majority is complaining: Tooling too complex, bundling too complex, Too many »
I have been writing React/Flux applications for a year now. Looking back at one year of Flux development I can clearly say that this Flux »
At my company, we recently finished the fifth iteration over a medium sized, but very interactive and graphical web-app. We started a first prototype with Backbone »
Our company put the approach I outlined in this post into production roughly 6 weeks ago. Recently, I dove back into our Flux application, having not »
UPDATE: the methodology of this post is not optimal, read here for a better approach. More and more examples surface on how to use React. The »