Stop using isLoading booleans
Why using a status enum (or even better: a **state machine**) will help your app stay bug free
Sources
- T2Stop using isLoading booleansMartin Fowler / Overreacted / Kent C. Dodds / Josh Comeau
Why using a status enum (or even better: a **state machine**) will help your app stay bug free