DEV Community

Discussion on: I've released over 100 apps in React Native since 2015, Ask Me Anything!

Collapse
 
kylessg profile image
Kyle Johnson • Edited

A global stylesheet for grid / layout, stylesheets per component other than that. I'd only personally use styled components that need dynamic theming. Having local stylesheets and well componentised app + what I'd call a markup page (where you dump all of your components on 1 page separate from the app) provides all the benefits I need around this.

Edit: I need to go over in a post how much this idea of a markup page has helped out myself and other developers in our projects. It can make a huge difference.