The idea is
- Take advantage of React.js 's Virtual DOM
- Establish a higher level of helpers's (rather than write low level DOM)
- Make Ruby / Rails developers feel like home
bundle install
bundle exec rackup
- Open
http://localhost:9292
to run the test
- React Tutorial: see example/react-tutorial
- TodoMVC: see example/todos