Tag: react

  • Understanding React Context

    TL;DR Intro I tried context once and didn’t especially like it. Part of the supposed appeal is that it is built into React and therefore ostensibly easier to set up than redux. However, I found the setup to involve lots of parts, such that it felt negligibly less complex than redux. Anyhow, I’ve decided to…