DEV Community

Discussion on: How I massively improved my website performance by using the right tool for the job

Collapse
 
harshhhdev profile image
Harsh Singh

Yes! Astro has gained a lot of traction, and the things which you can do with it are absolutely nothing short of amazing. Considering most portfolios are static, astro is a perfect fit.

And for SSR, Nextjs has always been there but now there's Remix, giving developers more choice and freedom.

Collapse
 
peerreynders profile image
Thread Thread
 
harshhhdev profile image
Harsh Singh

Didn't know this existed.

But looking at it, from a first glance, it seems to be very early in development therefore (probably) lacking libraries and support that Next has, such as [NextAuth(next-auth.js.org/). There also isn't much support for stuff like custom middleware. But sure, it'll fulfill the needs of your CRUD todo app.