Videos tagged with: next
User registration
In this episode we are going to register users from our Next.js frontend to our Strapi backend.
Filters With React Query
In this episode we are going to filter the data in our Strapi and Next.js app with React Query.
PropTypes
In this episode we are going to learn how to use PropTypes inside our Next.js and Strapi application.
Image Component And Customizing Strapi Response
In this episode we are going to take quick a look at new Image component in Next.js 10 and learn how to add additional data to our Strapi response.
Add Data To Strapi From Next.js
In this episode we are going to add some new movies to our site but using the frontend form instead of Strapi administration.
User Authentication
In this episode we are going to create user authentication for our Next.js and Strapi website using JSON Web Tokens or JWT.
Multi language
In this episode we are going to make our Next.js and Strapi site be multilingual.
Incremental Static Regeneration
In this episode we are going to talk about new feature in Next.js 9.5 called Incremental Static Regeneration.
getStaticProps
In this episode I'm going to show you the difference between getServerSideProps and getStaticProps in Next.js
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.
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.
Layouts With Reflexbox
In this episode we are going to learn how to layout your React components using Reflexbox.