Managing global DOM events in React with Hooks
Creating UI components like dialog, modal, or drawers mostly requires adding keyboard accessibilities like closing them when ESC (escape) key is pressed, and doing so may require you to attach an event listener on Window object for keyup event inside...
navicstein.hashnode.dev4 min read