redux-burger-menu
redux-burger-menu copied to clipboard
A Redux reducer and higher-order component decorator for use with react-burger-menu
Results
2
redux-burger-menu issues
Sort by
recently updated
recently updated
newest added
Hi, I noticed no redux action is fired when I close the menu. ``` class SideMenu extends React.Component { componentDidMount() {} render() { return ( test ); } } const...
It would be great to just be able to call toggleMenu() and have it open and close (a great replacement for the burger menu) and then have a different function...
enhancement