Here at Offline Software Solutions, we just started rebuilding our entire back-end administration platform. Because we want a modern, responsive platform reachable from anywhere, we’re using Vue.js for the UI, powered by a FastApi API. Using the modern Typescript/Javascript ecosystem is an “over my dead body” situation for me, but for web development everything else is even worse.
More to the point, as I’m learning Vue for this project, I’m astounded by the boiler plate code needed to do really simple things. I’m counting 13 source files to get to the point where I can display this box:
, and that’s only on the front end.
So devs, what other frameworks should I consider for future projects that don’t take so much boiler plate code?