NextJS
NextJS Prerendering and Data Fetching using getStaticProps
NextJS provides several important features that allow us to build full stack React applications. One of them is the ability to pre-render pages. In this post, we will learn about NextJS prerendering and data fetching using getStaticProps() function. If you are completely new to the world of NextJS, I will Read more…