I didn’t fully understand the problem, but as far as I understand, we want to use the menu open/close button globally. We can store the button state globally with Redux. With a custom hook, we can open and close the button from any component.