Replies: 1 comment 2 replies
-
Thanks, Tetra components are not tied to Django models so you can use any persistence/db/model layer you want. On my to do list is a Websockets (or SSE) are planned for Tetra, still finalising plans. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all Tetra looks Great!. :)
Can we use Tetra with EdgeDB models as well. Can we keep the model logic entirely separate from Django Models so that we can use Tetra as we wish to.
Also I have developed a library (still private) entirely written in python where we can create Custom Elements and Web Components purely from python. for example as follows:
I have already developed partial support for Websockets on these custom elements. I don't know how to push data state updates though :)
Edit: It also depends heavily on alpinejs
Beta Was this translation helpful? Give feedback.
All reactions