Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@garrettw if you use backbone also look at marionette.js, it extends backbone with a few nice extras while still being compatible with older IE versions
-
garrettw2698y@CodeOrDie I've heard of marionette but honestly I don't use any of these atm as I'm more of a backend guy and I rarely need to touch JS. But I'm learning.
-
pain04861718yAngular, great framework, big community, backed by Google, and version 2 looks bad ass. The deal breaker for me was the large community. I know that any issue I face, there is bound to be someone else with the same or similar issue. combine that with a great framework and that is worth its weight on gold!
-
SD01042088yI prefer Backbone + Underscore and Require
And UI React (if require)
Reason: Unlike Anguler it doesn't have the full ecosystem and you can easily use any 3rd party UI i/o related plugins.
(In Angular you have to make sure your 3rd party plugins (mainly UI user input output related) works seamlessly within Angular's watchers and digest loop)
(example : in the beginning we had a problem in making our 3rd party Calendar plugin compatible with our Angular code)
Though now I am thinking about digging into Angular2 -
mdhilwan2438yCurrently im on Backbone + Marionette + Stickit. Love the structure. But the team is considering of migrating to react + redux
Related Rants
Poll: Angular vs. Ember vs. Backbone vs. your preferred front-end JS library?
undefined
library
js
poll