🔥 If you have a noisy console or network tab, you can usually filter those things out
🔥 CSS Grid and Flexbox require a direct parent child relationship to work. With React 16.2 we can use <Fragment></Fragment> to return top level siblings from a Component. No more returning wrapper divs!
🔥 4 Ways to handle the double promise with fetch() and async+await