🔥 There are 449 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.

🔥 Object Spread is coming soon to a JS runtime near you! Handy for creating shallow copies of an object without Object.assign()

28291100

🔥 You can destructure anything that returns an array, like when you split a string!

559180130

🔥 Use git checkout - to quickly jump back to your last git branch

716301320

🔥 Rename and Destructure properties of a return object with ES6 destructuring

831820

🔥 You can disable an entire form or groups of inputs by wrapping in a <fieldset> and applying the disabled attr

1583530

🔥 Forms and inputs are available via properies on document.forms. You might not need a selector 😃

1.4K454372

🔥 :nth-last-child() will give you nth-child but start counting from the end.

16824120

🔥 is a handy site to quickly view CSS cursor options and copy to clipboard.

1866340

🔥 If you are ever working on a site that messes with built-ins, you can get fresh copies by creating an iframe with no src

2747240

🔥 Async + Await makes orchestrating timers a snap!

967301181