Skip to content

[vue] 你有使用过JSX吗?说说你对JSX的理解 #442

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

[vue] 你有使用过JSX吗?说说你对JSX的理解

Activity

maozhuo123

maozhuo123 commented on Jul 3, 2019

@maozhuo123

jsx不是一门新的语言,是一种新的语法糖。让我们在js中可以编写像html一样的代码。
允许XML语法直接加入到JavaScript代码中,让你能够高效的通过代码而不是模板来定义界面

Cyrusky

Cyrusky commented on Nov 27, 2019

@Cyrusky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@Cyrusky@maozhuo123

        Issue actions

          [vue] 你有使用过JSX吗?说说你对JSX的理解 · Issue #442 · haizlin/fe-interview