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
The PyScript components, currently only available in reactpy-django, are not able to perform routing if they are utilized as a root component
Proposed Actions
This issue may result in the creation of a client-side routing model for reactpy-router.
Alternatively, if react-router can somehow be kludged to work with pyscript then any proxy functions can exist in this repo. This could involve creating an artificial ConnectionContext that exists at the root of every PyScript application.
The text was updated successfully, but these errors were encountered:
Current Situation
The PyScript components, currently only available in
reactpy-django
, are not able to perform routing if they are utilized as a root componentProposed Actions
This issue may result in the creation of a client-side routing model for
reactpy-router
.Alternatively, if
react-router
can somehow be kludged to work with pyscript then any proxy functions can exist in this repo. This could involve creating an artificialConnectionContext
that exists at the root of every PyScript application.The text was updated successfully, but these errors were encountered: