Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 384 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 384 Bytes

Next.js v10 Data Fetching Boilerplate

In this repo you will find all the data fetching methods like: Server sider rendering, static site generation, incremental static regeneration on basic react client-side rendering.

The fetching methods are getServerSideProps, getStaticProps. The old method was getInitialProps.

In another video, we will talk about what getStaticPaths does.