🔥 There are 260 Hot Tips!!

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.

🔥 video.play() returns a Promise which means you can async + await before updating any UI. 💪🏻 @rem

1922650

🔥 Auto Rename Tag for VS Code does, well, exactly what it says. No keyboard shortcut, just rename one tag and the other updates!

39088270

🔥 JavaScript Fundamentals Video: Reference VS Copy

1282310

🔥 Import Cost package for VS Code will help you understand the impact of a package as you import it

570203190

🔥 Get VS Code Emmet working in JSX with this setting:

"emmet.includeLanguages": { "javascript": "javascriptreact", }
3167190

🔥 Use F8 in VS @code to cycle through errors and warnings and display them inline.

426113130

🔥 The JavaScript Web Payments API is super simple to use and can be used with any existing payment provider

774217161

🔥 You can use ES6 computed property names in React to make attaching inputs to state a little easier

502120180

🔥 The difference between Array.of() and Array.from()

8022431713

🔥 Turn on full keyboard access to control dialog boxes with your keyboard. Tab to move, space to select

19754160