ZeroIntensity / view.py

The Batteries-Detachable Web Framework
https://view.zintensity.dev
MIT License
206 stars 15 forks source link

Live transmission of state #115

Open ZeroIntensity opened 6 months ago

ZeroIntensity commented 6 months ago

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.

ZeroIntensity commented 1 month ago

This will be implemented with #12