yaoningvital / blog

my blog
31 stars 4 forks source link

Vue -- Render Functions & JSX #155

Open yaoningvital opened 5 years ago

yaoningvital commented 5 years ago

https://vuejs.org/v2/guide/render-function.html

1、Basics

2、Nodes, Trees, and the Virtual DOM

2.1 The Virtual DOM

3、createElement Arguments

3.1 The Data Object In-Depth

3.2 Complete Example

3.3 Constraints

4、Replacing Template Features with Plain JavaScript

4.1 v-if and v-for

4.2 v-model

4.3 Event & Key Modifiers

4.4 Slots

5、JSX

6、Functional Components

6.1 Passing Attributes and Events to Child Elements/Components

6.2 slots() vs children

7、Template Compilation