Editor Configuration
Last updated
Was this helpful?
Last updated
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.
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.
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.