Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
423 B
Text
9 lines
423 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
|