I am currently in the process of converting a bootstrap template to react framework.
My question is, is there a way for me to load stylesheets on demand? For instance, if I have 2 components and I import the same stylesheet separately in both components, is there a way to import them only once?