0.0.3 • Published 5 years ago

react-faster v0.0.3

Weekly downloads
6
License
-
Repository
github
Last release
5 years ago

react-faster

React snippets for TypeScript done right.

Many people are not good in memorizing magic acronims like rcc, imr, and similar.

So many books on coding stress on importance of readable names. So, it's okay to spell out snippets' prefixes:

npm.io

List of Snippets

Prefix (name)Snipper result
react-component-functionalReact functional component.
react-component-class-statetelessReact class component without state.
react-component-class-statetefulReact class component with state.
react-mobx-component-functionalmobx-enabled React functional component.
react-mobx-component-class-statetelessmobx-enabled React class component without state.
react-mobx-component-class-statetefulmobx-enabled React class component with state.