RE: RE: Building a Hive Blog Front-End Website with NextJS
You are viewing a single comment's thread from:

RE: Building a Hive Blog Front-End Website with NextJS

Words
75
Reading
1 min
Listen
Play
5y

Python can be "fast enough" (there is even a Frozen version of Flask that allows you to create static sites from your Python website) but the rules of the game have shifted so much, if you want your site to be blazingly fast you need to use the modern front-end magic :)

The way NextJS works though you can still use Python in the back-end, after the initial page load you wouldn't notice any difference.