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.
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.
Setup And First Steps
In this first episode of 'Making Websites With Next.js and Strapi' series we are going to setup Next.js and I'm going to show you what to immediately after install to make your life easier.
Easily Deploy OctoberCMS With Cloudways
In this episode I'm going to show you a great service called Cloudways, and we are going to use it to easily deploy October CMS sites.
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.
State And Event Handling
In this episode I'm going to show you how to handle state in a React class component and also how to handle simple events.
Components and Props
In this episode we are going to talk about components and props, the building block of React applications.
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.
Let's Checkout... Strapi CMS
In this episode we are going to take a look at a headless CMS called Strapi.