You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not done any performance comparison myself.
With python-react, the client connects to the python webserver then python builds the initial props and connects to a NodeJS webserver that will render the react.
With Next.js the client connects to a NodeJS webserver, then NodeJS connects to the API server to get the data.
It would really depend how you are running the python webserver.
Next.js is running in AWS Lambda, giving it a huge paralell processing advantage over a classical Django application running on EC2.
Has anyone compared rendering performance between Python-React and Next.js? Or any other SSR React tool? If so, can you please post some benchmarks?
I'm curious about Python React, but I can't imagine that this architecture is performant.
The text was updated successfully, but these errors were encountered: