How Astro Made My Portfolio 82% Faster to Build
No se pudo agregar al carrito
Add to Cart failed.
Error al Agregar a Lista de Deseos.
Error al eliminar de la lista de deseos.
Error al añadir a tu biblioteca
Error al seguir el podcast
Error al dejar de seguir el podcast
-
Narrado por:
-
De:
This story was originally published on HackerNoon at: https://hackernoon.com/how-astro-made-my-portfolio-82percent-faster-to-build.
I moved my portfolio website from Next.js to Astro after three years. Faster builds, less JavaScript, better SEO, and a simpler setup that just works.
Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #javascript, #nextjs, #astro, #programming, #webdev, #web-development, #next.js-astro, #less-javascript, and more.
This story was written by: @alexcloudstar. Learn more about this writer by checking @alexcloudstar's about page, and for more stories, please visit hackernoon.com.
Next.js was too much for what I needed. Astro renders pages to static HTML and only sends JavaScript to the browser when you explicitly ask for it. Astro’s biggest win is how little JavaScript it ships by default.