This is a small selection of React Snippets to help speed up development of components and react apps.
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 |
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 |
Command |
Result |
rrimp |
Import React-Redux |
rrcnt |
React-Redux component connector |
Immutability Helper Snippets
Command |
Result |
ihimp |
Import Immutability Helper |
ihspl |
New array splice |
None
Initial release