ga-wdi-exercises / sweet-libs

[meta]
0 stars 12 forks source link

React-Team:Walker Texas Ranger- Nick, Preston #11

Closed nolds9 closed 8 years ago

nolds9 commented 8 years ago

Repo: https://github.com/nolds9/teach-yourself-react.js

Comfort: 4 Completeness: 5

FB: Would love to learn how to integrate React with Backbone. Specifically, how to have a react component tied to a BB model.

mosesadg commented 8 years ago

What is the advantage of using JSX?

nolds9 commented 8 years ago

JSX at its core, provides syntactic sugar that allows HTML and JS to live side-by side without the browser inteferring. It's a lot cleaner and efficient than vanilla js in my opinion.