DEV Community

Discussion on: How to toggle Bootstrap navbar collapse button in React without jQuery

Collapse
 
yaezah profile image
yayza

Thanks for this. Would it work the same way with Bootstrap 5 since it doesn't use jQuery? I tried to append a collapsable element using useEffect in react, but that didn't work for me.

Collapse
 
johnotu profile image
John Otu

Sorry about the late reply.

Yes it should work the same way with Bootstrap 5 with appropriate classes.

I tried to append a collapsable element using useEffect in react, but that didn't work for me.

I don't fully understand what you mean here. Could you maybe drop a snippet?