Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Redux-boilerplateNew to Visual Studio Code? Get it now.
Redux-boilerplate

Redux-boilerplate

Carlos Eduardo Wiebbelling

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

redux-boilerplate

Motivation and Description

Have you ever wondered how expensive it is to create the entire Redux boilerplate?

With this extension you can easily create a Redux boilerplate for your application.

Just press Ctrl + Shift + P or Ctrl + P and tip > Create Redux Boilerplate

The extension will create a directory session starting with the Redux directory, followed by a directory for Actions, one for Reducers and finally one for Store.

Each file connects via boilerplate for simple user authentication. As following:

Screenshot from 2020-01-17 15-48-40

Then simply require combineReducers exported from the Reducers file, and create your store

It's simple!

Requirements

You need to have redux imported in your application.

Tip: The extension is based on a React.js application and may need some tweaking for other frameworks.

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