React - Under the hood (freecodecamp.org)Sep 04, 2019
In this post, I'll try to uncover some interesting things about React which you, as a React developer would find fascinating. Let's start with the very start, the point of initialization.
React as a UI Runtime (overreacted.io)Feb 02, 2019
I’ve written about the challenges of creating user interfaces before. But this post talks about React in a different way — more as a programming runtime.
Evolving Patterns in React (medium.freecodecamp.org)Feb 04, 2018
Let’s take a closer look at some of the patterns that are emerging in the React ecosystem. These patterns improve readability, code clarity, and push your code towards composition and reusability.