Articles

AboutArticles

Scope and Closure

2 November 2020 - 📖 20 min

What is scope, and how can we use closures?

How JS Runs (1): Stepping Through Code

19 October 2020 - 📖 5 min

A deep dive into how JS code actually runs, and how we can use this mental model to help explain all the cool stuff in JS.

React: Hooks!

5 October 2020 - 📖 20 min

What are hooks, and why are function components great?

Writing Your First React App

14 September 2020 - 📖 25 min

An overview of how react works internally, and how to use it to build a counter app.