Snippets ReactJS
About the Project
The ReactJS snippets project aims to facilitate the development of React applications by offering a set of reusable and optimized code snippets.
Supported Languages
- JavaScript (.js)
- JavaScript React (.jsx)
- TypeScript React (.tsx)
Snippets
Below is a list of all available snippets and the triggers of each one. The ⇥ means the TAB key:
Trigger |
Content |
styled-react → |
Create ReactJS styled components file with Styled Components |
rfc → |
Create ReactJS Functional Component |
api → |
Create Axios Configuration File |
im → |
Create ReactJS Import Empty |
irc → |
Create ReactJS Import With Component |
irs → |
Create ReactJS Import With useState |
uss → |
Create ReactJS Hook useState |
ues → |
Create ReactJS Hook useEffect |
Contribution
Each contribution is a unique piece of development 🧩. Any contribution
What you do will be magnificent.
- Fork the project
- Create a Branch for your Feature (
git checkout -b feature/FeatureNewSnippets )
- Add your changes (
git add . )
- Commit your changes (
git commit -m 'Adicionando uma Feature )
- Push from Branch (
git push origin feature/FeatureNewSnippets )
- Open a Pull Request
Code ReactJS Snippets
| |