DEV Community

Discussion on: Using React and Rails Together

Collapse
 
lovebes profile image
Seungjin Kim

Thanks for the write up. We might have to do a similar thing at work. The kicker is that the React app we have to include will need to be fully contained, as it also lives as a standalone React app in a node server. The React app has react-router which further complicates things.

Are there anything to worry about when deal with the fact that react-router has to coexist with Rails routing?