DEV Community

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

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).