DEV Community

Discussion on: The neatest way to handle alert dialogs in React 🥰

Collapse
 
tabrez96 profile image
Tabrez Basha

Cool, can you share some examples for your implementation?

Collapse
 
devhammed profile image
Hammed Oyedele

The implementation is almost the same with the one in this post but I used use-global-hook instead of context (though it uses context under the hood too).