fix typos

(cherry picked from commit 64d72f8c4b)
This commit is contained in:
Cheng Lou
2013-07-23 09:28:36 -07:00
committed by Paul O’Shannessy
parent 8ed80cae94
commit 84dbb9bcd1
4 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@ The highlight of this week is that an interaction-heavy app has been ported to R
## Moving From Backbone To React
[Clay Allsopp](http://twitter.com/clayallsopp) successfuly ported [Propeller](http://usepropeller.com/blog/posts/from-backbone-to-react/), a fairly big, interaction-heavy JavaScript app, to React.
[Clay Allsopp](http://twitter.com/clayallsopp) successfully ported [Propeller](http://usepropeller.com/blog/posts/from-backbone-to-react/), a fairly big, interaction-heavy JavaScript app, to React.
> [<img style="float: right; margin: 0 0 10px 10px;" src="/react/img/blog/propeller-logo.png" />](http://usepropeller.com/blog/posts/from-backbone-to-react/)Subviews involve a lot of easy-to-forget boilerplate that Backbone (by design) doesn't automate. Libraries like Backbone.Marionette offer more abstractions to make view nesting easier, but they're all limited by the fact that Backbone delegates how and went view-document attachment occurs to the application code.
>