We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, all JavaScript components need to be client sided.
It's feasible to run JS components server sided, such as NextJS Server Components
NextJS Server Components
Most likely, this will either require us to bundle a NodeJS server or a NextJS server within ReactPy as an optional dependency.
NodeJS
NextJS
These packages could potentially help:
react-render
python-react
v8-cffi
v8eval
dukpy
pyduktape
PyExecJS
selenium
The text was updated successfully, but these errors were encountered:
https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023#react-server-components
Sorry, something went wrong.
Ooohh! it's very good to hear that meta is pushing server side components forward. That would vastly simplify integrating it with ReactPy.
First, need an auth system on Reactpy!
No branches or pull requests
Current Situation
Currently, all JavaScript components need to be client sided.
Proposed Actions
It's feasible to run JS components server sided, such as
NextJS Server Components
Most likely, this will either require us to bundle a
NodeJS
server or aNextJS
server within ReactPy as an optional dependency.These packages could potentially help:
react-render
python-react
v8-cffi
v8eval
dukpy
pyduktape
PyExecJS
selenium
executorThe text was updated successfully, but these errors were encountered: