Poll: Which front end framework do you prefer?

11 points by surprisetalk ↗ HN
Feel free to suggest more frameworks too.

6 comments

[ 3.0 ms ] story [ 21.1 ms ] thread
I try to build web pages to work without JavaScript as much as I can. If I need js - then plain js, unless I need something complicated.
I use Unpoly instead of HTMX and vanilla js for the rest.
Alpine + Alpine AJAX. It's lighter than Alpine + HTMX and it doesn't require splitting your templates up into partials.