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 28 of 45
🔥 JavaScript Fundamentals Video: Reference VS Copy
🔥 Import Cost package for VS Code will help you understand the impact of a package as you import it
🔥 Get VS Code Emmet working in JSX with this setting:
"emmet.includeLanguages": { "javascript": "javascriptreact", }
🔥 Use F8 in VS @code to cycle through errors and warnings and display them inline.
🔥 The JavaScript Web Payments API is super simple to use and can be used with any existing payment provider
🔥 You can use ES6 computed property names in React to make attaching inputs to state a little easier
🔥 The difference between Array.of() and Array.from()
🔥 Turn on full keyboard access to control dialog boxes with your keyboard. Tab to move, space to select
🔥 Flexbox Tip: A dummy element set to flex-grow: 1; will take up any remaining space after sibling elements take up their natual size
🔥 Super happy to announce Purchasing Power Parity for my courses.
Does Code Quality Matter Anymore?