Videos tagged with: nextjs
Deploy To Digital Ocean
In this episode we are going to deploy our Next.js App and Strapi API to Digital Ocean.
Using Context API
In this episode we are going to use React Context API to get the data for our navigation and also to create a simple state management.
Next SEO
In this episode you are going to learn how to implement SEO on your Next.js website.
Deploy Node.js Apps To Shared Hosting
In this episode we are going to deploy Strapi backend from Next.js and Strapi series to the shared hosting.
Pagination
In this episode we are going to learn how to create a pagination for our Nextjs and Strapi website.
Dynamic routes
In this episode I'm going to show you how to create simple and then more advanced dynamic routes for your Next.js and Strapi application.
Static Routes, Nested Routes, And Navigation
In this episode we are going to talk about Next.js Routing, Nested Routes, Link component and we are also going to create a dynamic Navigation for our Next site.
Layouts With Reflexbox
In this episode we are going to learn how to layout your React components using Reflexbox.
Fetching The Data
In this episode we are going to learn about getServerSideProps() async function in which we are going to fetch our data, and Server Side Render it.