An extension to help you develop your react project as quickly as possible!
As a developer who works extensively with React, I often found myself needing to perform tasks that are time consuming and repetitive. This led me to create the React Speedrun Tools extension for VS code, which includes features like removing the boilerplate code made using CRA, creating components or adding new fonts.
- Open VS Code
- Press Ctrl/Cmd + Shift + X to open the Extensions panel
- Search for "React Speedrun Tools" and click on install.
- Open a React project
- Open the Command Palette (Ctrl/Cmd + Shift + P)
- Select one of the available commands and follow the prompts to complete the command
I plan to continue improving the React Tools extension and adding new features as needed. Some potential features that I'm considering include:
- Support for additional file types, like typescript
- Add a react router generator
- Make the extension work for non-sass users
If you have any feedback or suggestions for new features, please don't hesitate to let me know. I'm always looking for ways to improve the React Tools extension and make it more useful for developers like you.
If you have any ideas, open an issue and tell me what you think. If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new pull request