https://github.com/rupurt/react_on_rails_simplified_configuration_examples
Alternate and simplified configuration of Webpack & Rails integration for the `react_on_rails` gem
https://github.com/rupurt/react_on_rails_simplified_configuration_examples
Last synced: 10 months ago
JSON representation
Alternate and simplified configuration of Webpack & Rails integration for the `react_on_rails` gem
- Host: GitHub
- URL: https://github.com/rupurt/react_on_rails_simplified_configuration_examples
- Owner: rupurt
- License: mit
- Created: 2017-01-27T15:07:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T04:55:26.000Z (over 9 years ago)
- Last Synced: 2025-06-29T18:02:57.624Z (about 1 year ago)
- Language: Ruby
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactOnRails Simplified Configuration Examples
Alternate and simplified configuration of Webpack & Rails integration for
the `react_on_rails` gem. Use existing Rails infrastructure to gradually replace
the Asset Pipeline with Webpack.
## webpack-sprockets-rails-manifest-plugin
* [Greenfield Projects](greenfield)
* [Hot Module Replacement](hot_module_replacement)
## sprockets-stats-webpack-plugin
* [Greenfield Projects](greenfield_sprockets_stats)
TODO:
* [ ] [Hot Module Replacement - sprockets-stats-webpack-plugin](hot_module_replacement_sprockets_stats)
* [ ] [Working with the Asset Pipeline in a Legacy App](legacy)
* [ ] [Working with the Asset Pipeline in a Legacy App - sprockets-stats-webpack-plugin](legacy_sprockets_stats)