DEV Community

Discussion on: Simple Slide-Out Mobile Menu with React Hooks

Collapse
 
nemethricsi profile image
Richard

Hi Jarod! Nice topic and article. However I would like to point out some things.. You missed some components from the tutorial:

  • <Container />
  • <Menu />
  • <MenuItem />
  • <Title />

The function is toggleMenu and not toggleFunction.

Without them it's just not working :D And if you would have a live demo or a repo would be also very nice!

Thank you anyways! 🙏