Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Rowena React SnippetsNew to Visual Studio Code? Get it now.
Rowena React Snippets

Rowena React Snippets

Joalison Pereira

|
152 installs
| (1) | Free
Extensions for React, React Native and more
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Visual Studio Marketplace Version GitHub


Logo

Rowena React Snippets

  • About the project
  • Getting Started
    • Installation
    • Supported Languages
    • Snippets
  • Contributing
  • License
  • Contact

About The Project

This project aims to provide a set of Snippets or shortcuts for creating components and configuration files in ReactJS/React Native applications.

Getting Started

Installation

To install an extension you can run Command Pallete through the command Ctrl + Shift + P or Cmd + Shift + P , type Install Extensions and finally press Enter, then search by Rowena React Snippets and you will find the extension.

Supported Languages

  • JavaScript (.js)
  • TypeScript (.ts)
  • JavaScript React (.jsx)
  • TypeScript React (.tsx)

Snippets

Below is a list of all available Snippets and the triggers for each one. The ⇥ stands for the TAB key.

Trigger Content
rfc → Create a functional component
styled-react → Create a styles file for ReactJS (Styled Components)
styled-react-native → Create a styles file for React Native (Styled Components)
api → Create API instance (Axios)
us → Create useState call
ue → Create useEffect call
uc → Create useCallback call
um → Create useMemo call
un → Create useNavigation call (React Navigation))
usl → Create useSelector call (Redux)
ud → Create useDispatch call (Redux)
slice → Create a slice file (Redux Toolkit)
store-react → Create Store file for ReactJS (Redux)
store-react-native → Create Store file for React Native (Redux)
root-reducer → Create Root Reducer file (Redux)
root-saga → Create Root Saga file (Redux)
reactotron-react → Create reactotron config file for ReactJS (Reactotron)
reactotron-react-native → Create reactotron config file for React Native (Reactotron)

Contributing

  1. Fork the project
  2. Create a Branch for your Feature (git checkout -b feature/FeatureAmazing)
  3. Add your changes (git add .)
  4. Commit your changes (git commit -m 'Adding an awesome Feature!)
  5. Push the Branch (git push origin feature/FeatureAmazing)
  6. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Credits

This extension is heavily inspired by Rocketseat Snippets.

Contact

Joalison Pereira - Github - joalison.pereira@hotmail.com

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft