Hacker News new | ask | show | jobs
by simonhorlick 1230 days ago
Have a look at Qwik, it’s a new framework from the author of Angular. It does SSR without the need for client-side hydration. It’s fast and immediately interactive.

I’m really hoping it gains some momentum because I’d love to use it in some client projects.

2 comments

Looks like a shiny new thing syndrome to me tongue-in-cheek ;)

It's claimed to be fast for "initial page load".

Remains to be seen if that's worth it for everything and if it remains as fast on subsequent navigations.

If third party scripts are the bottleneck, that probably has a marginal effect at best.

Partytown looks much more interesting to me.

Author of angular is a real red flag after that whole angularJS -> angular 2.0 "transition". Worked at a company that spent a bunch of money on contractors trying to get a big angularJS app ported, they never fully completed it, and at the point I left it still had both versions running in the same app. What a nightmare.