I’m trying build a small web application using flask as a backend. I would love to know what are your favorite frameworks which will let you write frotent with as little as possible javascript
My personal preference is Unpoly (the idea of "layers" is awesome). But the best explanation of concept as a whole (HATEOAS, keeping app state on server using partial page updates, etc) is at HTMX homepage, and in these essays:
Side advantage, Elm-UI frees you from CSS: https://package.elm-lang.org/packages/mdgriffith/elm-ui/late... it's like Tailwind but deeply intertwined with the language.
There are also many transpilers that compile other languages to JS. ScalaJS comes to mind, but almost every language has something like this. Thanks to Google's attempt to push Dart, there's even a way to get in-browser debugging for most transpiled langauges.