YoVDO

Alpine.js Crash Course

Offered By: Traversy Media via YouTube

Tags

Alpine.js Courses Web Development Courses Javascript Courses

Course Description

Overview

Dive into a comprehensive 42-minute video tutorial on Alpine.js, exploring all directives, properties, and stores. Learn to set up files, create components with x-data, and master essential directives like x-show, x-cloak, and x-on for event handling. Discover how to manipulate text with x-text, add transitions, and utilize x-effect for reactive updates. Explore data binding with x-bind and x-model, conditional rendering with x-if, and loop through data using x-for. Gain insights into state manipulation, referencing elements with x-ref, and working with HTML content. Understand Alpine.js magic properties like $el, $watch, and $dispatch, and learn to access component data. Conclude with an introduction to Alpine Stores for global state management and the Mask plugin for input formatting.

Syllabus

- Intro.
- File Setup.
- x-data & Components.
- x-show.
- x-cloak.
- x-on & Events.
- x-text.
- x-transition.
- x-effect.
- x-bind.
- x-model.
- x-if.
- x-for & Loops.
- Manipulating State.
- x-ref & $refs.
- x-html.
- $el.
- $watch.
- $dispatch.
- $data.
- Alpine Stores.
- Mask Plugin.


Taught by

Traversy Media

Related Courses

Learn Javascript - 21 Essential Array Methods
Coursera Project Network via Coursera
3D Graphics for Web Developers
Pompeu Fabra University via FutureLearn
A Simple Scatter Plot using D3 js
Coursera Project Network via Coursera
Access WebView in an Android Studio Project
Coursera Project Network via Coursera
Deployment Pipelines using GitHub Actions
A Cloud Guru