DEV Community

Discussion on: Chakra-UI Responsive Navigation Bar

Collapse
 
merthod profile image
Merthod

Two questions,

  1. Isn't using useDisclosure a better fit than using state to open/close?
  2. In the mobile layout, what is the difference between using Flex and VStack in the outmost tag?

Thanks for the example!