Best way to style React App?

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/reactjs

Our great sponsors
  • Klotho - AWS Cloud-aware infrastructure-from-code toolbox [NEW]
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • InfluxDB - Access the most powerful time series database as a service
  • Sonar - Write Clean JavaScript Code. Always.
  • styled-components

    Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

    You can also check styledComponents. The most difficult part with them is naming. I prefer to name with 'S.' prefix, for example

  • css-modules

    Documentation about css-modules

    CSS Modules is an easy way to use normal CSS but avoid naming conflicts and enable importing your CSS classnames into your JS code.

  • Klotho

    AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    I don't think anyone has mentioned yet, use TailwindCSS and take advantage of @apply when it makes sense to structure similar collections of css utility classes like .btn.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts