This site runs best with JavaScript enabled.

A blog about taming complexity in React apps by Joe Fiorini

Taming Complex React State with Union Types

An anti pattern I've seen on many React projects is having multiple boolean flags on your component's state that control different aspects of the same component. All too often these flags… Read Article →

View all articles