October 12, 2020React Context with Hooks
I'm having a lot of fun with React. As much as I appreciate the structure class components provide, it does however take a lot of effort to write out and can get complex very quickly if not careful. Using function components have been a breeze, especially for something simple. Here's a short example…
5 min