|
|
|
|
|
by 16mb
801 days ago
|
|
As much as I love ruby and the rails structure, and while I continue to write projects with rails, I no longer really recommend it to peers. The TS/JS ecosystem is just much larger and that comes with newer libraries, tools and has better support. Getting setup with a basic CRUD rails app is quick, but the more advanced work; auth, deployments, scale, etc. can be frustrating for newcomers. Not a fan of how they’re going all in on Hotwire. Although I haven’t been following those advancements much lately. They really need to have some easy way to just roll their api only mode with a stand alone frontend, along with documentation on configuring that. You just can’t beat the proficiency of using the same types on front and backend. I did enjoy trying out redwoodjs. |
|