Problem: You want to create a reusable React dialog that manages its own...
Problem: You want to create a reusable React dialog that manages its own visibility.
Solution: Create a DialogButton component that controls the dialog's visibility.
This keeps each call site simple. I don't have to declare and manage state for each dialog instance.
