Hot tips are spicy lil' nuggets related to web development and tooling that I share on my twitter account. I've logged them here to make them easier to find.
π₯ Quick Video: Heres how JavaScript's Nested Object Destructuring works
1333346
π₯ .toLocaleString() is a great way to format currency
2.4K6973614
π₯ Use console.dir() to see the properties of an element when console.log() gives you a DOM element
1.1K327183
Quality
Quality
π₯ Quit find-and-replacing in your code! VS Code's Rename Symbol is the best way to mass-rename things things like classes, variables and selectors.
1.3K370373
π₯ CSS Grid and Flexbox require a direct parent child relationship to work. With React 16.2 we can use <Fragment></Fragment> to return top level siblings from a Component. No more returning wrapper divs!