blob: 138a471968f008fc6f21a3bdc17f365169ada23f (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
 | react-rails makes it easy to use React and JSX in your Ruby on Rails
application.  It can
- provide various react builds to your asset bundle
- transform .jsx in the asset pipeline
- render components into views and mount them via view helper and react_ujs
- render components server-side with prerender: true
- generate components with a Rails generator
- be extended with custom renderers, transformers and view helpers
 |