Better Programming

Advice for programmers.

Follow publication

Member-only story

13 Must-Have Browser Extensions for Web Developers

Redux and Vue Dev Tools, CSS Scan, JSONView, and more

Simon Holdorf
Better Programming
Published in
5 min readFeb 9, 2020

--

Photo by Christopher Gower on Unsplash.

This post was originally published on The Smart Coder.

Modern browsers like Google Chrome not only provide a great experience for visiting websites, but they offer great tools for web developers to build awesome applications. One can choose from a variety of great browser extensions, so I’ve collected some of the best that will help software engineers be more productive, develop applications more quickly, or find bugs.

React/Redux and Vue Dev Tools

React.js and Vue.js are great JavaScript frameworks. But in order to harness their full power, you should use their respective browser extensions.

React Developer Tools is available for Google Chrome and extends your DevTools. You can inspect React components, props, and state. It’s really helpful for React.js development!

If you’ve ever experienced trouble with the state of your application, Redux DevTools has come to the rescue. It can be used with any architecture-handling state and works especially well with…

--

--

Simon Holdorf
Simon Holdorf

Written by Simon Holdorf

Maker — Coder — Writer | Let me inspire you

Responses (9)

Write a response