flybywire
flybywire copied to clipboard
A React-inspired declarative library for building DOM-based user interfaces in pure Python.
I really like the project, i read similar counterpart from ELM but being a pythonist, this make totally sense and easy to understand, if this can be fully supported and...
Awesome library. I have wanted to make something like this. Thank you. I noticed you're using `virtual-dom` to do dom manipulation client-side and `vdom-as-json` to communicate with the Python server....
error for python3 root@miop-HP-Convertible-x360-11-ab1XX:/home/miop/belajar/flybywire# python3 main.py Traceback (most recent call last): File "/home/miop/belajar/flybywire/main.py", line 1, in from flybywire.ui import Application, Component File "/usr/local/lib/python3.10/dist-packages/flybywire/ui.py", line 3 """Decorator used to define a...