Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>react-explorer-addonsNew to Visual Studio Code? Get it now.
react-explorer-addons

react-explorer-addons

ka05

|
1,416 installs
| (0) | Free
Adds context menu items for creating the directory structures for React Components.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

react-explorer-addons

feature Prompt

This extension adds context menu items for creating the directory structures and file templates for React Stateless and Redux connected Components.

Features

Creates the following context menu items for directories in the EXPLORER pane in VSCode:

  • Create Basic React Component
  • Create Redux React Component

feature Context

The extension will themn prompt you for the Component Name and will be injected into the React template.

feature Prompt

The following directory structure will be created for:

Create Basic React Component

- ComponentName
  - ComponentName.css
  - ComponentName.js

Create Redux React Component

- ComponentName
  - actions.js
  - reducers.js
  - selectors.js
  - ComponentName.css
  - ComponentName.js

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • myExtension.createStatelessReactComponent: Creates a basic React Component directory structure
  • myExtension.createFunctionalConnectedReactComponent: Creates a functional React Component directory structure
  • myExtension.createReduxConnectedReactComponent: Creates a redux connected React Component directory structure

Known Issues

Not everyone uses the same React template format, so i realize the format used here is not entirely ideal for everyone. To resolve that I would like to add the ability to create your own templates in the future.

Release Notes

Initial Release

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