React is a new framework javascript, developed by Facebook. And the description on site is ""Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project"".
I'll talk about how implement this framework, on your workflow with RoR using a gem called react-rails.
The talk will contain this informations, States and Props, Virtual DOM and JSX about the framework. Using JSX, organization components, Pre-render, React unobtrusive and helpers about the gem.