Replies: 1 comment 6 replies
-
I tested this code running locally in pyscript 2024.4.1 configured with pyodide-0.26.0a4 as the interpreter and everything OK, but I got the following error when I tried to use reactpy_router to create routes RuntimeError: No backend established a connection. Are there plans to fully support pyscript? Or how can I workaorund this to make routing work when using pyscript? |
BetaWas this translation helpful?Give feedback.
6 replies
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's not pretty, but the fact that I was able to hack together a prototype of ReactPy running in the browser using PyScript in just a few hours is kind of amazing. https://guileless-monstera-ca2caa.netlify.app/
For posterity, here's the source:
BetaWas this translation helpful?Give feedback.
All reactions