|
|
|
|
|
by whatever1
1277 days ago
|
|
If you are building for a single target (aka web browser) I agree, it’s very easy to access your ORM with SSR. But if you plan to support multiple targets (web, mobile, headless) then you have to develop an api anyway so why not use the best front end framework for each of your targets? |
|
Rails doesn't stop you from building a backend for your React and React Native frontends, for example just look at Shopify.