These are a collection of tips and tricks you can use to improve the performance and readability of your code.
Libraries like Tailwind CSS use special characters in their class names. We can use them in our own classes by escaping them.
We usually want to compare two values using three equal signs in JavaScript. There is one exception where two equal signs are more practical.