DEV Community

Discussion on: Tools I use for front-end dev

Collapse
 
wingmatt profile image
Matt Wing

This is a great list of front end tools! I'm excited to try DevDocs.io, I hadn't heard of it before and it looks like it will cut down on my googling considerably.

I can second VS code as an IDE, MDN/CSS-Tricks for explanations of CSS attributes, and caniuse as the place to check any time I hear about a new feature that sounds almost too good to be true.

For Lighthouse reports I like to use web.dev/measure/ which gives you a shareable HTML report link after running the audit.

Collapse
 
pustelto profile image
Tomas Pustelnik

Definitely try Devdocs. Having all documentation in one place and offline is super helpful for me.