πŸ”₯ There are 456 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.

πŸ”₯ Async functions can chain a .catch() to catch any errors without a try/catch

1.3K4192819

πŸ”₯ The new IntersectionObserver browser API will allow us to easily detect when elements on fully or partially on screen.

47612690

πŸ”₯ Node 8.6.0 brings support for Object Spread! Goodbye Object.assign()

1.5K636371

πŸ”₯ On a website with an obnoxious and slow slideslow animation? Make it instant by running $.fx.off = true; in your console

1132040

πŸ”₯ VS @code has a built in diffing tool you can run from the command line with --diff

1.2K426291

πŸ”₯ 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