I am new to ReactJS, I know that in ReactJS we use className instead of class in HTML, but I still tried to use class and found that it was working with some warning!
Warning: Invalid DOM property class
. Did you mean className
?
The classes that I am using are from Bootstrap.....
If we are still able to use class why are we going for className?