freebsd-ports/devel/rubygem-react-rails/pkg-descr
Joseph Mingrone ded7ee9870 New port, devel/rubygem-react-rails: React/JSX adapter for the Ruby on
Rails asset pipeline

Adding this because it is a dependency for the upcoming www/mastodon port.

WWW: https://github.com/reactjs/react-rails/

Approved by:    swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10343
2017-04-10 19:28:49 +00:00

11 lines
468 B
Text

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
WWW: https://github.com/reactjs/react-rails