Great introduction explaining the motivation and the basic principles behind React.js by Pete Hunt.
Great introduction explaining the motivation and the basic principles behind React.js by Pete Hunt. Listen to the podcast on CodeWinds.com , and watch the video from the JSConf .
React.js is a framework for rendering modern web applications. It's the V in MVC for the web, or, as the creators say, It's a rethinking of common practices.
Indeed, React.js uses rather uncommon ideas: abandoning the templates - all markup is done in the code, JS syntax extension for easy creation of this markup, your own virtual DOM. Eventually, this results in an easy-to-understand library, clear application structures and high-speed rendering.
Iteratia.com
Google+ Page











