Skip to main content

Advanced Vue Component Design

3h 57m 19s
English
Paid

Course description

When I first started using Vue, I fell in love because of how easy it made it to do what quickly turned into a mess with jQuery, like dynamically adding fields to a form or showing a loading state while firing off an AJAX request.

Read more about the course

Three years later I’ve realized that Vue solves a lot of hard problems that I never expected it to solve, like:

  • Keeping logic portable and encapsulated, even when it interacts with disconnected parts of the DOM
  • Completely customizing how a component looks without a bunch of CSS overrides or complex configuration options
  • Making it easy to simulate desperately needed browser features like element queries, without waiting another 5 years for support

Advanced Vue Component Design takes everything I know about using Vue to build more than basic UI widgets and bundles it up into one comprehensive course that you can work through in an afternoon. 

The full course clocks in at 34 lessons totaling 4 hours of content.

It covers topics like:

  • Building custom controlled components
  • Strategies for keeping logic encapsulated and making components more portable
  • Using composition to extend components instead of mixins or inheritance
  • How and why to use render functions, even if you aren’t using JSX
  • Using data provider components to reuse non-UI logic
  • Creating renderless components that are completely customizable
  • Designing compound components using Vue’s provide and inject features
  • Real-world case studies on building robust sortable list and search select components

Watch Online

This is a demo lesson (10:00 remaining)

You can watch up to 10 minutes for free. Subscribe to unlock all 34 lessons in this course and access 10,000+ hours of premium content across all courses.

View Pricing
0:00
/
#1: Building Controlled Components

All Course Lessons (34)

#Lesson TitleDurationAccess
1
Building Controlled Components Demo
12:22
2
Customizing Controlled Component Bindings
01:28
3
Wrapping External Libraries
12:46
4
Encapsulating Behavior: Global Events
11:57
5
Encapsulating Behavior: Direct DOM Manipulation
08:09
6
Encapsulating Behavior: Portals
14:04
7
Encapsulating Behavior: Reusing Portals
03:33
8
Injecting Content Using Slots
06:11
9
Native-Style Buttons Using Slots and Class Merging
01:48
10
Extending Components Using Composition
10:23
11
Passing Data Up Using Scoped Slots
09:59
12
Render Functions 101
03:31
13
Render Functions and Components
04:19
14
Render Functions and Children
02:21
15
Render Functions and Slots
04:00
16
Data Provider Components
11:55
17
Getting Started with Renderless Components
04:47
18
Passing Data Props
02:14
19
Passing Action Props
02:20
20
Passing Binding Props
09:41
21
Using Functions as Binding Props
03:06
22
Implementing Alternate Layouts with Renderless Components
04:08
23
Configuring Renderless Components
01:47
24
Wrapping Renderless Components
06:10
25
Building an Element Query Component
07:45
26
Compound Components and Provide/Inject
09:56
27
Building a Compound Sortable List Component
21:18
28
Building a Search Select: Data Bindings
06:03
29
Building a Search Select: Filtering
05:04
30
Building a Search Select: Focus Management
02:42
31
Building a Search Select: Making It Controlled
05:40
32
Building a Search Select: Keyboard Navigation
14:53
33
Building a Search Select: Click Outside Component
05:12
34
Building a Search Select: Integrating Popper.js
05:47

Unlock unlimited learning

Get instant access to all 33 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.

Learn more about subscription

Comments

0 comments

Want to join the conversation?

Sign in to comment

Similar courses

Robust Vue.js Forms with FormKit

Robust Vue.js Forms with FormKit

Sources: vueschool.io
Forms are the core of interactive and dynamic web pages. They accept user input and must respond to that input often in real time and in a variety of ways. Form
2 hours 4 minutes 52 seconds
Nuxt.js - Vue.js on Steroids

Nuxt.js - Vue.js on Steroids

Sources: udemy
You'll of course learn all the details in this course but the most important takeaway is that Nuxt.js makes the creation of better, more optimized and more capa
6 hours 27 minutes 50 seconds
Vue - The Complete Guide (incl. Router & Composition API)

Vue - The Complete Guide (incl. Router & Composition API)

Sources: Academind Pro
Learn Vue.js - in its latest version - step by step from the ground up. Learn how to build highly reactive web apps with one of the most popular frameworks!
28 hours 45 minutes 29 seconds
Common Vue.js Mistakes and How to Avoid Them

Common Vue.js Mistakes and How to Avoid Them

Sources: vueschool.io
Mistakes are inevitable, but their repetition can be prevented. In this course, we will look at the most common mistakes made by Vue.js developers and find...
1 hour 12 minutes 47 seconds