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.
Page 41 of 45
π₯ You can use square brackets to reference a JavaScript method stored in a variable
π₯ The proper way to use Emmet expansions and get className working in React JSX
@emmetio
π₯ Use ES6 Template Strings for easy, library free HTML templating in JavaScript
Template Strings
π₯ Increase the number of "Recent Places" osx shows in save dialogs.
π₯ Use an ES6 Spread to quickly convert a NodeList to a real Array.
π₯ Keep a tidy console β group together console data with and console.groupEnd()
π₯You can style ALT text on broken or blocked images. Handy for HTML emails.
π₯ Easily swap two JavaScript Variables with ES6 Destructuring
π₯ Bracketless ES6 arrow functions allow for clean, single line functions without an explicit return
π₯ ncu checks for npm module updates and will update your package.json for you.
t.co/r4Pks4gryG
Does Code Quality Matter Anymore?