Hi folks! On the main documentation on GitHub, you have this paragraph
Compare this to some alternative approaches for SPAs (Single Page Apps) that utilize Webpack and Rails. They will use a separate node server to distribute web pages, JavaScript assets, CSS, etc., and will still use Rails as an API server. A good example of this is our ShakaCode team member Alex’s article Universal React with Rails: Part I.
I was trying to understand the relative trade-offs in each of the approach so that I make a hopefully wise decision. I’d really appreciate some thoughts or insights?