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

πŸ”₯ Use Intl.RelativeTimeFormat() to get nicely formatted relative time strings.

2.4K57921288

πŸ”₯ Object.fromEntries() is a new method for converting Arrays, maps or other iterables into objects

1K2431681

πŸ”₯ Use CSS Variables to do partial property overwrites. Handy for CSS properties that only accept multiple values.

544111839

πŸ”₯ If you have a pesky 301 redirect that won't clear, open dev tools and load the page with the "disable cache"

Log this in your head for later, you'll need it like I just did πŸ˜ƒ

16326315

πŸ”₯ Close multiple tabs in Firefox and Chrome by holding down Shift to select them, and then ⌘+W to close

507921817

πŸ”₯ Where is this repo on github? Find the corresponding git{hub,lab} repo to a folder with git remote -v

561152

πŸ”₯

5077
106440

πŸ”₯Just learned about Intl.ListFormat from @mathias.

8131861244

πŸ”₯ If you are in a react component where you destructure a prop and find yourself needing to see what other props are available, use an ...Object Rest to collect the rest of the props in a single object

2834435

πŸ”₯ JavaScript functions visualized! This is a screenshot from my Beginner JavaScript course.

3.9K1K50273