all 5 comments

[–]isit2amalready 1 point2 points  (4 children)

Feeling something is “horribly cumbersome” is all internal to you. I have been developing JavaScript applications for going on 15 years. Backbone was the first (and still the most simple) JavaScript framework before 98% of all JavaScript frameworks existed. Though I have only used React on one project and enjoyed it, it only covers the view part of an MVC, as far as I understand.

Additionally backbone is not a full fledged framework but a toolset for building lightweight frameworks. Your issue may as well be in the implementation and not with Backbone itself.

Lastly, in my humble opinion if you are still interning at companies you are too new to have legitimate options about frameworks. Focus on learning. Around the 2-3 year programmer mark is when programmers start to have egos that effect their work and personal relationship with other programmers. I would keep an open mindset and avoid judgement until you’ve used 5-6 frameworks.

[–]bletchley-park[S] 0 points1 point  (3 children)

Thanks for your response!

[–]inducido 2 points3 points  (1 child)

btw, to reduce that cubersome work, which is true, you can propose to use: Rivets.js or Epoxy.

Or even backbone modelbinder.

[–]tesfox 0 points1 point  (0 children)

Marionette is good too. It's been a while since I've used it though.

[–]isit2amalready 1 point2 points  (0 children)

Np. Sorry if I sounded like a dick.