Skip to content

stackriot/react_on_rails

This branch is 250 commits behind shakacode/react_on_rails:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 10, 2021
3fe52bf · Dec 10, 2021
Aug 28, 2021
Dec 23, 2020
Apr 21, 2018
Sep 21, 2021
Nov 7, 2021
Sep 21, 2021
Mar 25, 2021
Jan 27, 2016
Oct 11, 2021
Feb 18, 2017
Sep 15, 2015
Oct 17, 2015
Apr 30, 2020
Dec 23, 2020
Apr 27, 2020
Jan 25, 2016
Apr 30, 2020
Dec 23, 2020
Aug 20, 2015
May 11, 2021
Oct 19, 2015
Aug 25, 2020
Oct 19, 2021
Dec 23, 2020
Jan 23, 2018
Nov 14, 2020
May 11, 2021
Sep 27, 2018
Jun 25, 2018
Aug 21, 2021
Apr 27, 2018
Nov 6, 2021
Dec 10, 2021
May 11, 2021
Oct 15, 2021
Mar 28, 2020
Jan 23, 2018
Mar 28, 2020
May 7, 2020
Oct 11, 2021
Nov 14, 2020
Mar 28, 2020
Apr 27, 2020
Mar 25, 2021

Repository files navigation

reactrails


License Build Status Gem Version npm version Code Climate Coverage Status

React and Webpack with Ruby on Rails

The current version of https://github.com/rails/webpacker will soon ship. While it won't be the default for Rails 7, it is not "deprecated." The core webpack configuration has become slimmer, allowing easier extension. If you want to get started today, use the master branch of shakacode/react_on_rails_tutorial_with_ssr_and_hmr_fast_refresh with gem "webpacker", "6.0.0.rc.6" Any updates to get to v6 from this point forward should be simple.

If you have time, please comment on Justin's final proposals for Webpacker v6: webpacker/pulls/justin808.


These are the docs for React on Rails 12. To see the version 11 docs, click here.

About

React on Rails integrates Rails with (server rendering of) Facebook's React front-end framework.

This project is maintained by the software consulting firm ShakaCode. We focus on Ruby on Rails applications with React front-ends, often using TypeScript or ReScript (ReasonML). We also build React Native apps and Gatsby sites. See our recent work for examples of what we do. ShakaCode.com (HiChee.com) is hiring developers that like working on open-source.

Are you interested in optimizing your webpack setup for React on Rails including code splitting with react-router and loadable-components with server-side rendering for SEO and hot-reloading for developers? We did this for Popmenu, lowering Heroku costs 20-25% while getting a 73% decrease in average response times. Check out React on Rails Pro.

For more information, feel free to contact Justin Gordon, justin@shakacode.com, maintainer of React on Rails.

Documentation

See the documentation at shakacode.com/react-on-rails/docs.

Project Objective

To provide a high performance framework for integrating Ruby on Rails with React via the Webpacker gem, especially regarding React Server-Side Rendering for better SEO and improved performance.

Features and Why React on Rails?

Given that rails/webpacker gem already provides basic React integration, why would you use "React on Rails"?

  1. Easy passing of props directly from your Rails view to your React components rather than having your Rails view load and then make a separate request to your API.
  2. Tight integration with rails/webpacker.
  3. Server-Side Rendering (SSR), often used for SEO crawler indexing and UX performance, is not offered by rails/webpacker.
  4. Redux and React Router integration with server-side-rendering.
  5. Internationalization (I18n) and (localization)
  6. A supportive community. This web search shows how live public sites are using React on Rails.
  7. Reason ML Support.

See Rails/Webpacker React Integration Options for comparisons to other gems.

See the react-webpack-rails-tutorial for an example of a live implementation and code.

ShakaCode Forum Premium Content

Requires creating a free account.

Prerequisites

Ruby on Rails >=5 and rails/webpacker 4.2+.

Support

Contributing

Bug reports and pull requests are welcome. See Contributing to get started, and the list of help wanted issues.

Supporters

The following companies support this open source project, and ShakaCode uses their products! Justin writes React on Rails on RubyMine. We use Scout to monitor the live performance of HiChee.com, Rails AutoScale to scale the dynos of HiChee, and HoneyBadger to monitor application errors. We love BrowserStack to solve problems with oddball browsers. Status Hero keeps the team posted on daily progress; it's so much better than live standups.

RubyMine Scout Rails AutoScale BrowserStack HoneyBadger StatusHero

ShakaCode's favorite project tracking tool is Shortcut. If you want to try Shortcut and get 2 months free beyond the 14-day trial period, click here to use ShakaCode's referral code. We're participating in their awesome triple-sided referral program, which you can read about here. By using our referral code you'll be supporting ShakaCode and, thus, React on Rails!

Aloha and best wishes from Justin and the ShakaCode team!

Work with Us

ShakaCode is hiring passionate software engineers to work on our projects, including HiChee!

License

The gem is available as open source under the terms of the MIT License.

About

Integration of React + Webpack + Rails to build Universal (Isomorphic) Apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 62.6%
  • JavaScript 16.6%
  • HTML 10.7%
  • TypeScript 8.8%
  • Other 1.3%