Picking Apart Kent's useAsync Hook
One of the snippet's I picked up from Kent C. Dodds' EpicReact course was this super cool useAsync function, and it's a masterclass in elegance. There are several patterns I want to call out that he uses here that every React dev should know.