In code reviews, I've learned to watch out for many related useState calls...
In code reviews, I've learned to watch out for many related useState calls in the same component - especially when they're booleans.
Multiple useState calls can often be replaced by a single union.
