Interesting! Ruby on Rails is a tech I am gonna surely explore soon as I have seen its growth in industry.
Tho, I come from React bg, more of MERN/MEAN. I always ponder upon while building large scaled apps, how shall we decide the stack? What params got you incline to use Rails and not other MVC?
Also, while building an app with multiple features, what approach you follow.
I generally:
- Decide the must-have feats
- Model the database design
- Build UI design and flow
- Build the Frontend with dummy data and mock API
- Reiterate
- Start Backend integration and real APIs and DB