Skip to content
Advertisement

Tag: virtual-dom

how i get querySelectorAll html elements in react?

I am using react with functional component. I also use react-bootstrap , I attached the react-bootstrap carousel , everything is fine with react-bootstrap, for some functionality, I want to get three divs in react , divs has same classes. I know if I use simple html css js then I easily do that, querySelectorAll(“.indicator-btn”) but i want this on react.

Advertisement