|
|
|
|
|
by colbyhub
1674 days ago
|
|
Another one to consider is https://www.django-unicorn.com if you want that LiveView feeling for Django. For my latest project[1], I've opted for https://unpoly.com instead of Alipine+htmx as Unpoly allows me to write 100% server-side code and sprinkle some progressive enhancement where desirable. As a result, I can offer a no-JS experience (minus the Stripe Checkout) for those who may want/need it. Additionally, it forces me to focus solely on the server-side, and I write more idiomatic Django code as a result. [1]: https://heraldsms.com |
|
Sending an AJAX request every time you enter characters just to count them. Ewwww.