ZeroIntensity / view.py

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

Preflight Component Support #192

Open ZeroIntensity opened 1 week ago

ZeroIntensity commented 1 week ago

Proposal:

Before #12 is implemented, view.py should introduce some batteries-detached support for various component libraries. This is most prevalent with #118, but that's more of a full-fledged React library - users might want something more simple.

Namely, view.py will need to implement these four things:

I do like htpy's approach to HTML-in-Python through subscripts - it's something that our own component API could consider.