reactpy
reactpy copied to clipboard
Server Side JavaScript Components
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 a NextJS server within ReactPy as an optional dependency.
These packages could potentially help:
https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023#react-server-components
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!