Vue for React Devs: Similarities

Lessons

1. Intro to Vue for React Devs

2:16

2. Generating the app

3:49

3. Creating a component

6:23

4. Template Basics

6:42

5. Event Handling

3:57

6. Dynamic and Scoped Style

4:08

Template Basics

In this lesson, we’ll go through the most common operations you would use in the <template>.

  • Attribute Binding
  • Conditional Rendering
  • List Rendering
  • List Rendering with Conditional

Setting up the layout

But first,