Update, they created Snowpack (https://www.snowpack.dev), PikaCDN (now Skypack, https://www.pika.dev/cdn),
Astro 2.0
11–20 of 48 posts
Re: Astro 2.0
#12I read entire documentation yesterday, and I am very impressed. Looks fantastic, with some great conventions if you need it quick, but fully customizable if you change your mind later. I particularly like the fact that I can switch from SSG to SSR and back. File system as db, markdown with templating and js expressions, nasting layouts, quick random endpoints, filtering of collections, named slots everything repo fri…
Re: Astro 2.0
#13How does Astro hybrid rendering compare to Qwik? https://qwik.builder.io/
https://docs.astro.build/en/concepts/mpa-vs-spa/#case-studie...
Re: Astro 2.0
#14How does Astro hybrid rendering compare to Qwik? https://qwik.builder.io/
Astro is tries to rely on SSR as much as possible with MPA approach, so the client have to render as little JS as possible.
Qwiks goal is to be instant for every device, it does this by delaying the download & execution of JS so much it can. Qwik also partially renders the content in its state on the server, then sends it over to the client to do the rest.
Re: Astro 2.0
#15Re: Astro 2.0
#16Re: Astro 2.0
#17Astro is nice but it misses the UX of instant page transitions via client side routing, so I switched back to NextJS.
Re: Astro 2.0
#18Who is the team behind Astro? I forgot what they created before this. Update, they created Snowpack ( https://www.snowpack.dev ), PikaCDN (now Skypack, https://www.pika.dev/cdn ),
Re: Astro 2.0
#19Astro is nice but it misses the UX of instant page transitions via client side routing, so I switched back to NextJS.
Maybe I am not understanding completely what you are missing, but there is an SPA integration that gives you instant navigation. It also features pre-fetching, so it’s not limited to already visited pages. https://github.com/RafidMuhymin/astro-spa