Posts by Pedro • 11 points
2 posts
-
0
votes1
answer240
viewsA: Problem to change class in React that has Responsive Bootstrap Menu
I managed to solve it in the way described below. I do not know if it is the best alternative, but now it is working perfectly. import React from 'react' import { withRouter } from…
-
1
votes1
answer240
viewsQ: Problem to change class in React that has Responsive Bootstrap Menu
I’m making a site with Bootstrap and Reatjs and this site has a responsive menu. This menu looks like this (example): Dashboard Register User Administrator Every time I click on one of the menu…