|
|
|
|
|
by scrollaway
553 days ago
|
|
So as far as I can tell, this is basically a more modern Flask. It pulls in design lessons from FastAPI, but it's still more batteries included such as templating (jinja2) and authentication. Neat, but tbh I am very bearish on Python's future beyond APIs - templating html in Python is a terrible idea for anything larger than a hobby site, when you can have an API-first app with a React+Typescript frontend. And if you need more than FastAPI, you might as well use django-ninja and get the full Django ecosystem at your disposal. |
|