Hacker News new | past | comments | ask | show | jobs | submit login

Isn't Backbone the closest analogy to React, in that it tries to be modular enough to be as small/big as needed -- as opposed to a full MVC-ish framework like Angular and Ember?

Backbone is an elegant library but I think its popularity and ecosystem were on a decline even before Walmart -- which was one of the biggest corporate contributors (e.g. Thorax [0]) -- did a complete overhaul in 2016 to React [1]

[0] https://github.com/walmartlabs/thorax

[1] https://medium.com/walmartlabs/publish-react-native-bundles-...




No, Backbone is a collection of things and closer to a framework rather than a library, like React.

Backbone has Models, Collections, a Router, History, Sync, View and Utilities.

In contrast, React is only the view part.

So, it would be closer to say that React is just the View part of Backbone, you need to bring in the rest yourself.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: