Anatomy of a Typed React Component

1 · Daniel Eden · June 30, 2020, midnight
It’s no secret that learning JavaScript (and React) in 2020 is confusing at best and downright intimidating at worst. Multiple technologies, tools, and approaches tend to get bundled together in React tutorials, and if you haven’t written JavaScript for a few years, it can feel like a totally new landscape.In this post, I wanted to take a look at a very simple React component and walk step-by-step through the parts of the code that are unique to either:ReactTyped programming (using type checkers...