Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Switch to ES6 format? #52

@roadmanfong

Description

@roadmanfong

A lot of new features in ES6 makes code simpler.
like import, export ...

ex:
Define method in object from

componentDidUpdate: function(prevProps, prevState) {
    ${1}
},

to

componentDidUpdate(prevProps, prevState) {
    ${1}
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions