Skip to content

Updated README.md to add related projects #453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,10 @@ completed the compilation successfully before loading a view.
- HMR - [#188](https://github.com/rails/webpacker/issues/188)
- Support rails engines - [#348](https://github.com/rails/webpacker/issues/348)


## License
Webpacker is released under the [MIT License](https://opensource.org/licenses/MIT).

## Related Projects
- [react\_on\_rails Gem](https://github.com/shakacode/react_on_rails): Integration of Rails with React, Redux, React-Router, including Server Rendering utilizing [Webpacker Lite](https://github.com/shakacode/webpacker_lite).
- [webpacker\_lite Gem](https://github.com/shakacode/webpacker_lite): A slimmed down version of Webpacker that provides only the helpers with customizations for React on Rails. See article [Webpacker Lite: Why Fork Webpacker?](https://blog.shakacode.com/webpacker-lite-why-fork-webpacker-f0a7707fac92).
- [react-rails Gem](https://github.com/reactjs/react-rails): Integration of Rails with React utilizing Webpacker.