Category – Next.js
1 post tagged with "Next.js" (See all categories)
BBuilding a Next.js static website based on Airtable
09.05.2020 — 2 Min Read — In Next.js
The Next.js team is continuously delivering killer features. The getStaticProps function is one of them (available from Next.js 9.3). It is only run at build time , contrary to getInitialProps…