Category: es6
Higher Order Functions
May 10th, 2018A post that tries to help demystify how higher order functions work by looking at ones you probably already use.When you first see higher…
React Portals
Mar 17th, 2018Today I look at the new React portals feature that allows you to render modals outside of the parent component.React portals were recently…