React Boilerplate CRA Template
  • README
  • Quick Start
  • Understanding react-boilerplate
  • Tools
    • CLI & Scaffolding
    • Editor Configuration
    • Package Managers
  • Building Blocks
    • Building Blocks
    • The Slice
      • Redux & Toolkit
      • Reselect
      • Redux-Saga
      • Redux Injectors
    • Async Components
    • Routing
    • i18n Internationalization & Pluralization
    • Styling (CSS)
    • Testing
  • Deployment
    • AWS
    • Azure
    • Heroku
    • Netlify
  • Misc
    • FAQ
Powered by GitBook
On this page
  • VS Code
  • Chrome Extensions

Was this helpful?

  1. Tools

Editor Configuration

PreviousCLI & ScaffoldingNextPackage Managers

Last updated 2 years ago

Was this helpful?

You can edit React Boilerplate using any editor or IDE, but there are a few extra steps that you can take to make sure your coding experience is as good as it can be.

VS Code

We provide a .vscode folder out-of-the-box which includes the recommended extensions, debugger configuration, and settings

They are highly suggested for the best Developer Experience. Extensions are responsible for:

These are the basic building blocks in the boilerplate.

Chrome Extensions

For a better debugging and development experience we suggest . In the boilerplate, Redux is configured with this extension in mind so that you can debug and monitor your state changes very easily.

Eslint
Prettier
Styled Components
Jest
Redux DevTools