A useful collection of React and React-Native snippets in ES6 for Atom
Using apm
:
apm install atom-herxlabs-react-snippets
Or search for atom-herxlabs-react-snippets
in Atom settings view.
Prefix | Snippet |
---|---|
xInit | App Base |
xInitc | Component Base |
Prefix | Snippet |
---|---|
xConstructor | constructor() |
xCWM | componentWillMount() |
xCDM | componentDidMount() |
xCWRP | componentWillReceiveProps() |
xSCU | shouldComponentUpdate() |
xCWU | componentWillUpdate() |
xCDU | componentDidUpdate() |
xCWUM | componentWillUnMount() |
Prefix | Snippet |
---|---|
xsetState | Create a setState() arrow function |
xState | this.state. |
xdefaultProps | To set default props to a component |
xProps | this.props. |
Prefix | Snippet |
---|---|
xStyleSheet | Create an StyleSheet |
xStyle | Create an Style |
xStyleAsign | Asign an Style |
Prefix | Snippet |
---|---|
xFirebase | Create Firebase imports and config |
This work is licensed under the The MIT License.
You are welcome support this project via Paypal.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.