Videos tagged with: javascript
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.
Next SEO
In this episode you are going to learn how to implement SEO on your Next.js website.
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.
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.
CSS in JS
In this video we are going to be talking about CSS in JS, which is a different kind of approach of styling your applications and websites.
Context API
In this episode series we are going to take a look at Context API which comes built in React, and is nice way to share data with you React components.
useEffect Hook
In this episode we are going to take a look at an useEffect Hook for React and how it approximates to some lifecycle methods.
Lifecycle Methods
In this episode we are going to go through the most used React lifecycle methods.
useState Hook
In this episode we are going to take a look at the useState hook, so that we can add state to our functional components.
Why And Stuff We Will Not Be Doing
In this video I'm going to explain to you why we are doing React now, so late to the game, and also show you some stuff we will NOT be doing through out this series.