in reply to Thary

Ничего обещать не могу, но попробуйте пнуть меня через несколько дней. Моя жена печёт совершенно охренительные печеньки, по вкусу похоже на магазинные, но ей нужно повторить, чтобы записать рецепт и сделать фото — в прошлый (первый) раз всё умяли 😂

I spent part of today learning about Django-Unicorn as an alternative to Phoenix LiveView. Sadly Unicorn doesn't support push events- they just abstract away the AJAX calls and re-rendering.

Django Reactor does support events, but then you have to use async all over the place, and even then the components don't get state pushed to them, they send a message to the client which then makes an AJAX request for a state update.

#Django