Hacker News new | ask | show | jobs
by stuartleigh 3978 days ago
React by itself isn't comparable to Angular or Ember, but combine it with a flux implementation of your choosing and you have a pretty solid base for a declarative style of application. I've been using it now for just over a year, and it feels like I should have been building applications like this all along.
2 comments

I've been saying the same of PHP since I got into AngularJS - It can't do everything and some backend processes are still required to run in a real backend language, but man, the quality / utility / coolness you can produce with the latest JS frameworks is awesome!
How did you go about choosing a flux implementation?