Skip to content

Extend data fetching snippets

Compare
Choose a tag to compare
@ScottAgirs ScottAgirs released this 27 Jun 02:18
· 17 commits to master since this release

With this release we are adding the 3 latest additions to Next.js framework - getStaticProps(), getStaticPaths() and getServerSideProps(). You can read more about the functions here - https://nextjs.org/docs/basic-features/data-fetching.