Live data from Hacker News

Ask HN: Why all Backbone resources seem to be outdated?

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: Why all Backbone resources seem to be outdated?

#11
Backbone might not be the cool kid anymore (maybe React is).

I found it to be a good framework for small apps (not those single page JS application).

While I was learning Backbone I didn't find any really good tutorial, but eventually I figure out an usage and style which suits me.

At times I do wish Backbone would be a "complete and opinionated framework", but I figured out a way to use it to build small UI components. I didn't use the Router components, but combination of model and view does wonder.

Re: Ask HN: Why all Backbone resources seem to be outdated?

#12

Backbone might not be the cool kid anymore (maybe React is). I found it to be a good framework for small apps (not those single page JS application). While I was learning Backbone I didn't find any really good tutorial, but eventually I figure out an usage and style which suits me. At times I do wish Backbone would be a "complete and opinionated framework", but I figured out a way to use it to build small UI componen…

I hope I find some enlightenment. Have you looked at Brisket or Rendr?

Re: Ask HN: Why all Backbone resources seem to be outdated?

#13

Backbone might not be the cool kid anymore (maybe React is). I found it to be a good framework for small apps (not those single page JS application). While I was learning Backbone I didn't find any really good tutorial, but eventually I figure out an usage and style which suits me. At times I do wish Backbone would be a "complete and opinionated framework", but I figured out a way to use it to build small UI componen…

I hope I find some enlightenment. Have you looked at Brisket or Rendr?

Nope. Backbone suits my current usage well. When I need to do Single Page App, I am tempted to look into React.
Post reply on HN