view.py
view.py copied to clipboard
Live transmission of state
Feature description
As an alternative to the Pyodide method (#12), the DOM state can be handled without any compilation of the code. This could be done via a WebSocket (#30).
Feature example API
Would be a config setting. No effects would be visible to the user, and they would use the component API as is.
Anything else?
This will remove low priority from #30.
This will be implemented with #12