Skip to content

Commit

Permalink
Extract React vs Backbone links
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Feb 9, 2016
1 parent e4f2d40 commit b2a7788
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions react-vs-backbone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### React and Flux vs Backbone

- **Relieving Backbone Pain with Flux & React**
http://product.hubspot.com/blog/moving-backbone-to-flux-react
A fantastic video that walks through common problems with using Backbone, and how React can help solve those

- **Avoiding Event Chains in Single-Page Applications**
http://www.code-experience.com/avoiding-event-chains-in-single-page-applications/
Describes potential problems with Backbone-style events triggering further events, etc

- **From Backbone to React: Experience Scaling an App**
http://www.techsonian.net/2014/09/from-backbone-to-react-our-experience-scaling-a-web-application/
Thoughts on potential complexity issues in a Backbone app

- **From Backbone to React (comments)**
https://news.ycombinator.com/item?id=8329837
Discussion on the previous article

0 comments on commit b2a7788

Please sign in to comment.