Serving Web Pages the right Way: SSR vs CSR
When I first learned Flask, I was serving Jinja templates/html pages directly from my Backend. Later I learned to keep Frontend and Backend seperate, and serve APIs and use them from my frontend to fetch data and show it on the web page with JavaScri...
Nov 5, 20255 min read48
