DEV Community

Discussion on: Why I like using Styled Components in React

Collapse
 
ahmadallehyany profile image
Ahmad Allehyany

Yes! I like to export a global component I use in my app.js or index.js using createGlobalStyle. So far I haven't had to use it for things other than border-box or resetting, though.