I think one big mistake rails did was to tightly couple view side with server side. This made sure tight coupling. If rails had a layer in between controller and html (with a dumber html templating), with this middle layer either spitting html or json apis, we would not need to get rid of rails
I too find react etc too complicated for a simple crud kind of app. Rails was much faster to achieve the same.
I too find react etc too complicated for a simple crud kind of app. Rails was much faster to achieve the same.