code examples How to make the first and last elements wrap inwards using flexbox Flexbox is quite a powerful tool once you get a handle on it. I found the Complete guide to Flexbox missing a particular edge case I needed, illustrated here below.
React What the documentation doesn't tell you about the React useEffect hook? When approaching the useEffect hook in React and to be fair hooks in general, the first thing is to forget what you think you know because you will get confused