Improve `pyscript_component` rendering engine.
Closed this issue · 0 comments
Archmonger commented
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.