03/21/2023
Advanced Next.js Concepts. As a developer, you may have built a next.js application using the basic concepts such as creating and navigating pages, handling data with getStaticProps and getServerSideProps, and styling with CSS modules and styled components. We will be exploring how to work with components and layouts in Next.
As a developer, you may have built a Next.js application using the basic concepts such as creating and navigating pages, handling data with…