|
Description:
|
|
React, a javascript library for builder user interfaces
http://facebook.github.io/react/
- Built by facebook
- Everything is a component
- feels very unix like, SRP sort of
- React for designers helped a lot as a nice guide in their first article http://reactfordesigners.com/labs/reactjs-introduction-for-people-who-know-just-enough-jquery-to-get-by/
- ES5/ES6 Problems
- Usage outside of rails (webpack to the rescue)
- Usage inside of rails (react-rails gem)
- RailsConf 2015 React.js talk https://www.youtube.com/watch?v=kTSsZrub5iE
|