Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance stats? #91

Open
iMerica opened this issue Dec 31, 2019 · 2 comments
Open

Performance stats? #91

iMerica opened this issue Dec 31, 2019 · 2 comments

Comments

@iMerica
Copy link

iMerica commented Dec 31, 2019

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.

@mic159
Copy link
Contributor

mic159 commented Dec 31, 2019

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.

@Clickative
Copy link

+1 for doing some performance tests on this library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants