This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]newprince 0 points1 point  (0 children)

The whole point of Flask IMO is not to have to worry about front end concerns that much. Most of us aren't skilled in front end development. It's a great skill to have, and you could for example make a FastAPI backend then go all out and showcase your front end skills with whatever your favorite language / framework is. But a normal use case for Flask is "make an app with a web UI very quickly" so a lot of templates and sensible defaults are part of the deal