@ekaitz_zarraga - I got good feedback - used by Pleroma-FE, so I could try contributing on FE - seems less insane than React - it's the second, behind Elm, I would have choosed
@duponin If it's for something very simple I'd go for Mithril or something like that as it doesn't really have many concepts to learn and you can get started with frameworks with it. Vue seems ok too... but maybe a little bit too much for a really simple usecase.
@duponin So anyway if what you have is an API and you need to code an app for it it has to be an SPA but you can handle different routes and associated views in the client side. I don't know how Vue does that, but all frameworks have a way for it.