react-snippets README
This is a small selection of React Snippets to help speed up development of components and react apps.
Features
React Component Snippets
Command |
Result |
rimp |
Imports React |
rcc |
Class based react component with state and render |
rfc |
Functional component with inline return |
rfcr |
Functional component with separate return |
rcss |
Component setState call |
Redux Snippets
Command |
Result |
rximp |
Imports createStore and combineRedcuers |
rxre |
Reducer with inline empty state |
rxred |
Reducer with default state const |
rxact |
Redux action |
rxcnt |
React-Redux component connector |
Redux React Snippets
Command |
Result |
rrimp |
Import React-Redux |
rrcnt |
React-Redux component connector |
General Snippets
Known Issues
None
Release Notes
Initial release
| |