REACT JS

A javascript library for building user interfaces.

https://facebook.github.io/react/

Building large applications with data that changes over time

https://facebook.github.io/react/t/docs/why-react.html

WHY REACT ?

Solving one problem :

  • V in the MVC
  • Virtual DOM
  • Data Flow

http://tylermcginnis.com/reactjs-tutorial-a-comprehensive-guide-to-building-apps-with-react/

http://www.slideshare.net/floydophone/react-preso-v2

http://blog.risingstack.com/the-react-way-getting-started-tutorial/

http://www.slideshare.net/floydophone/react-preso-v2

JSX

An optional preprocessor to let it's used as HTML-like syntax 

Let's Code !!!