TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why would you use “Ruby on Rails” for a new React project?

30 pointsby justin808about 8 years ago

2 comments

xiaomaabout 8 years ago
I would choose Rails if my biggest concern were time to market and server costs weren&#x27;t a huge concern.<p>For any kind of site where you&#x27;re selling a service or product and for the vast majority of freemium models, Rails is great. You&#x27;ll have to scale a bit sooner than if you chose something like PHP, Node or Go, but you&#x27;ll have plenty of revenue to pay for it. You&#x27;ll also either get to profitability or to the point where you realize your experiment is a failure a lot faster.<p>I wouldn&#x27;t use Rails if I were working on something really simple or if my plan were to monetize off of ad revenue and a huge base of free users.
评论 #13731574 未加载
kfrzcodeabout 8 years ago
Ruby is alive and well. A beautifully written language with an incredible community. Rails only gets stronger and you can look at Shopify for just one example of very large production rails apps. How about Gitlab? There are many more.<p>It&#x27;s a quick and easy way to iterate a design while getting out of the way. React can just talk to a rails API and boom you&#x27;re building the MVP with a simple rails new command. One command to generate models. It&#x27;s just fucking beautiful. And not bloat like node, rack is a few thousand lines. Idk I&#x27;m not an expert but it&#x27;s just a great platform, why the fuck should anyone not use it? Plenty of reasons exist but it&#x27;s the right tool for a set of jobs.
评论 #13729965 未加载
评论 #13729658 未加载