I have a Rails 5 app and am looking to learn/use React.js.
I was able to use gem 'react-rails' to build a simple React.js experience in my Rails app. Now I would like to add react-router to my Rails app however this doesn't seem to be as easy as I would expect. There is no gem for react-router that supports Rails 5, and there are no clear installation instructions for adding react-router to a Rails 5 app.
How can I do this?