rails-react-browserify-example
rails-react-browserify-example copied to clipboard
This is an example/base Rails app for my article Rails, React, Browserify.
Results
2
rails-react-browserify-example issues
Sort by
recently updated
recently updated
newest added
How would you integrate another npm module, such as [react-wysiwyg](https://github.com/bmcmahen/react-wysiwyg), into this example project? 1. `npm install react-wysiwyg` 2. Use it in header.js.jsx: ``` js var ContentEditable = require('react-wysiwyg'); var...
Can I automaticly run reactify again when .js.jsx files change. Now I need to quit rails server run rake tmp:cache:clear and then run rails server again. (Only when prerender is...