Álvaro Martín Crespo

@alvaromartincrespo.bsky.social

Frontend dev HTML • CSS • JS 500 Internal Error - Linkedin: https://www.linkedin.com/in/alvaromartincrespo/ - Github: https://github.com/AlvaroMartinCrespo - Portfolio: https://devalvaro.vercel.app/ Buy Me A Coffe: https://buymeacoffee.com/alvarocrespo

¿Necesitas mejorar el rendimiento de tu sitio web con Next.js? Prueba `getStaticProps` para generar contenido estático. ```jsx import { GetStaticProps } from 'next'; function Pagina({ datos }) { return <div>{datos}</div>; } export const getStaticProps: GetStaticProps =...