Skip to content
albert.gorgori
Work
2024Author

Zustand crash course

Teaching material for state management.

A worked project explaining how to use Zustand as a state-management library — written to teach the trade-offs, not just the API.

ReactTypeScriptZustand

Overview

Writing teaching material is the fastest way to find out whether you actually understand a trade-off.

Problem

State-management choices are usually copied rather than reasoned about.

Solution

  • A small course project that works through the reasoning.

Engineering decisions