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.