-
Notifications
You must be signed in to change notification settings - Fork 47.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screencast interfacing react + backbone #2623
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
Just submitted it! And if this video isn't suitable but another breakdown of react would be then I would love for you to give me some suggestions. |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
@@ -6,6 +6,12 @@ prev: thinking-in-react.html | |||
next: complementary-tools.html | |||
--- | |||
|
|||
### Backone + React Screencast |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backone
I haven't watched the video but it might be fine to add to the page. That said, it shouldn't be the first one on the page, please put it at the bottom. |
I completely agree. I just moved it down. Didn't think about ordering when I added it. |
still one |
Thanks for the spelling fix. |
### Backbone + React + Middleman Screencast | ||
<iframe width="650" height="315" src="//www.youtube.com/embed/iul1fWHVU6A" frameborder="0" allowfullscreen></iframe> | ||
|
||
"Backbone is a great way in interface a RESTful API with React. This screencast shows how to integate the two using [Backbone-React-Component](https://github.com/magalhas/backbone-react-component). Middleman is the framework used in this example but could easiy be replaced with other frameworks. A supported template of this can be found [here](https://github.com/jbhatab/middleman-backbone-react-template)" -- [Open Minded Innovations](http://www.openmindedinnovations.com/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a direct quote or just a description? If the latter, please remove the quotes.
And regardless, can you squash down to a single commit?
44391b0
to
7862b19
Compare
I just merged the commits, should be good to go now. |
Thanks! |
Screencast interfacing react + backbone
Screencast interfacing react + backbone
Not sure if this is suitable for the video section but I think it could help a lot of people coming from the rails world (my background).