Using getStaticProps and getStaticPaths with TypeScript - Next.js
My personal website is built on Next.js and uses both the getStaticProps and getStaticPaths functions to dynamically generate the /blog/ and /portfolio/ pages at build time. While updating both methods to use their proper TypeScript types, following ...
hashnode.wallis.dev5 min read