Hi all
I used to collect all kind of tips when I was coding or when I saw cool ones. You know, when you realise the power of destructuring. When you spend time writing complex CSS selectors and you just learnt you could simplify it with a pseudo-class, such as :not
. When you figure out that thanks to public class fields, you don’t even need to use a constructor
in your React components to initialize your state.
I thought it would be cool to share them. So I started to do it recently on Twitter and I noticed that it was actually useful to people.
I’m not the only one who has these kind of tips. Everybody knows tips. That’s why I created a repository containing all kind of tips on web development. So come share your tips on this repo:
Who knows? Maybe your tip will save someone else’s time!
For these who are getting started, I’ve provided the steps to contribute to it: https://github.com/thomlom/dev-tips/blob/master/CONTRIBUTING.md
Waiting for your contributions