I am customizing my react-bootstrap theme following the documentation. The customization is working fine but when I look up an element in the chrome inspector it shows the same bootstrap classes getting repeated multiple times.
For example, if I am using the bootstrap's .btn
class for my button, then the .btn
class will repeat and override itself multiple times.
My question is whether it will affect any performance of my app and if it does how to fix it?
Check the following picture for reference

发布评论