I would like to have the material ui drawer\'s width resizable through a draggable handle.
My current approach is to have a mousevent listener on the whole app which checks
Just use a synthetic event on your handle element. That way, you can avoid the messiness/performance costs of having a universal event listener. Something like the following: