@romanroe I would also add that some other server-side web frameworks have their own stuff for bringing reactivity to server-side generated web pages: #laravel has #livewire , #rails has #Hotwire. #htmx has become popular where nobody else has taken a more integrated approach: #django obviously, but also #springboot , and #golang apps.
@david_guillot Makes sense! I love #Django and its my primary weapon of choice. But due to its structure and philosophy it doesn't move as fast as e.g. #Rails (e.g. impressive how quickly they picked up SQLite for their Solid* stuff). I guess #HTMX was a very welcomed solution from the "outside" to allow more interactive frontends.