Skip to content

Improve pyscript_component rendering engine. #251

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

Closed
Archmonger opened this issue Oct 19, 2024 · 0 comments
Closed

Improve pyscript_component rendering engine. #251

Archmonger opened this issue Oct 19, 2024 · 0 comments

Comments

@Archmonger
Copy link
Contributor

Archmonger commented Oct 19, 2024

Current Situation

Currently the entire DOM tree is re-rendered on each PyScript component's rendering action.

This is not 1:1 with how ReactPy's server side renderer performs rendering.

Proposed Actions

Copy the bulk of ReactPy's server-side layout rendering logic into a client-side variant.

@Archmonger Archmonger changed the title Improve PyScript component's rendering engine. Improve pyscript_component rendering engine. Oct 20, 2024
@Archmonger Archmonger closed this as not planned Won't fix, can't repro, duplicate, stale Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant