Skip to content

Updated Snippets Command

Latest
Compare
Choose a tag to compare
@jeantimex jeantimex released this 18 Jul 16:44

The snippets command should match the name of the lifecycle functions, i.e., rcdu => Component Did Update.

Functional component now is cleaner:

const ${1:Component} = ({ className }) => {
    return (
        ${2}
    );
};

Added installation messages to show the new features to our end users.