tetra-framework / tetra

Tetra - A full stack component framework for Django using Alpine.js
https://www.tetraframework.com
MIT License
540 stars 14 forks source link

Similar framework: reactor #3

Closed jbjuin closed 2 years ago

jbjuin commented 2 years ago

Hi Sam, I just discovered this projet from the HN post today. I have been exploring this kind of work (reactive django components) since few months now and I use django reactor: https://github.com/edelvalle/reactor (version 2.2 though, not the last one) on a big project.

Tetra looks quite similar in usage but there are a few differences:

I will definitely take some time to read your code and try to see if we can port some of the features of Tetra to reactor too. In reactor we built an app store (similar to vuex) and a router (similar to vue-router). They are not published yet but will be at some point.

I have a few questions:

Anyway it's great to see all those new "frameworks" extending django to ease the frontend creation. Congrats !