forked from markerikson/react-redux-links
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4f2d40
commit b2a7788
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |