Hacker News new | ask | show | jobs
by ttfkam 724 days ago
Depends on your goals/focus:

Smaller, cleaner, and faster code while still focusing on dynamic interfaces? Svelte or SolidJS

Focus on server-side HTML rendering with little to no browser dynamism? PHP (It really is quite nice now.)

Focus on server-side HTML rendering with some browser dynamism? HTMX + server framework (PHP, Django, Go templates, etc.)

Getting a job as quickly and easily as possible, especially at larger companies? React or Angular (You're a cog in the machine, but cogs often get better paychecks to deal with multi-megabyte code blobs.)

Can't decide between code elegance/performance and finding a job, so you're willing to compromise a little on both? Vue