An open API service indexing awesome lists of open source software.

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

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)