While I'm not sure if it's 99%, 90%, or 80%, the point still remains--some JS calling an HTTP API that queries a database is often all that is really needed to solve the problem.
99% of problems can be solved by a website with some JavaScript calling a Python REST API that queries an SQL database.
Stop chasing the decisions of people with problems several orders of magnitude more complex than yours unless you understand why they did it.
3
17
It can be improved by skipping the JS in the beginning and just create HTML on the server though
Nov 25, 2021 路 7:21 AM UTC
2
4
18


