+ 11
What is the best suitable back end for React JS and does Ruby on Rails work well with it ?
4 Answers
+ 2
test
+ 6
I've used Rails with no major issues at all.
+ 5
Perhaps Node.js
+ 2
Well you can do what you want with the backend. If you want to keep a coherant stack, node js with express js is a good choice.
But you can try other technos like Ruby on rails or asp. Net Core or whatever. You almost always can decorrelate your backend and frontend. You just have to choose how the two communicate... A REST API with JSON is always a good option imo