Videos tagged with: components
Layouts With Reflexbox
In this episode we are going to learn how to layout your React components using Reflexbox.
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.
Components and Props
In this episode we are going to talk about components and props, the building block of React applications.
Components
In this episode of Sage is Awesome we are going to take a look at another Blade feature called components and how it can help you with your WordPress development.
Availability
In this episode we are going to create a new field in OctoberCMS and then display it in our Vue application.
Vehicle API
In this episode we are going to add an image and price fields to our vehicles on our October CMS backend. And then display them in our Vue app.
Filtering By Location
In this episode we are going to leverage the data we created in the last episode, to filter our vehicles by location using Vue.
Homepage UI
In this episode we are finally going to start building our October CMS and Vue.js application, and of course we are starting with the homepage.
Tailwind CSS
In this episode we are going to add Tailwind CSS to our project and show how this is a great framework for creating single page applications with frameworks like Vue or React.js.
Creating Menus
In this episode I'm going to try to import WordPress menu into our Gatsby.js site, using WP REST API and GraphQL
Listing Posts
In this episode we are going to list all the posts coming from our WordPress REST API using Gatsby.js
Frontend Filters
In this episode I'm going to make a lot of mistakes but by the end of it we will make a frontend filter for our movies using October CMS components system
Create Todo
In this episode you are going to learn how to create new todo item using Vue.js 2.0 and then save it to our OctoberCMS database.
Props
In this episode we are going to learn how to use props to send data from one Vue.js component to another.
Listing Todos
In this episode we are going to use axios library to get all of our todos from October CMS api and then list them using Vue 2.