React Redux Simple Snippets
November 2, 2025 ยท View on GitHub
Collection of the essential Snippets for React, React Native and Redux.
These snippets are selected based on my own use. Not everything is included, it is meant to be a minimal collection of the essentials only.
Works With
- JavaScript (.js)
- JavaScript React (.jsx)
- TypeScript React (.tsx)
Snippets List
React
| Trigger | Result |
|---|---|
rfc | React functional component skeleton |
rusth | useState hook |
rcc | React class component skeleton |
rccc | React class component with constructor skeleton |
rcr | React class component with redux connect |
con | Creates class constructor |
ss | setState shortcut |