Replies: 1 comment
-
The advantage of a custom tech stack including ReactRails over Next.js is lower complexity, less lock-in, ability to use a single monolith repository, & greater ability to experiment with other libraries. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am considering using react-rails to integrate React with Rails, but I am not sure what are the advantages of this approach over hosting a single-page application (SPA) with Puma, the default Rails server. Can anyone explain the pros and cons of each option, and what are the best practices for using them?
Recently I wrote a post commenting about this topic here https://medium.com/@raphox/how-i-dumped-ruby-on-rails-and-eloped-with-next-js-but-its-not-what-you-re-thinking-6f9fe448cba1
Beta Was this translation helpful? Give feedback.
All reactions