Tooling | react.framework.dev

Libraries

6
logo
Create React apps with no build configuration. You don't need to learn and configure many build tools. Instant reloads help you focus on development. When it's time to deploy, your bundles are optimized automatically.
Create React App GitHub RepositoryCreate React App NPM PackageCreate React App Bundle Size Stats

logo

CSS Loader

OpenJS Foundation

Allows the use of CSS Modules in projects built using Webpack. Also interprets @import and url() like import/require() and will resolve them.
CSS Loader GitHub RepositoryCSS Loader NPM PackageCSS Loader Bundle Size Stats

logo

PostCSS

Andrey Sitnik

PostCSS takes a CSS file and provides an API to analyze and modify its rules (by transforming them into an Abstract Syntax Tree). This API can then be used by plugins to do a lot of useful things, e.g., to find errors automatically, or to insert vendor prefixes.
PostCSS GitHub RepositoryPostCSS NPM PackagePostCSS Bundle Size Stats

logo

Sass

Google

Sass is a very mature, stable, and powerful professional grade CSS extension language. It provides a superset of CSS with features like nesting, variables, imports and mixins.
Sass GitHub RepositorySass NPM PackageSass Bundle Size Stats

logo

Storybook

Storybook

Storybook is a development environment for UI components. It allows you to browse a component library, view the different states of each component, and interactively develop and test components.
Storybook GitHub RepositoryStorybook NPM PackageStorybook Bundle Size Stats

logo
Use TypeScript as your preprocessor. Write type‑safe, locally scoped classes, variables and themes, then generate static CSS files at build time.
Vanilla Extract GitHub RepositoryVanilla Extract NPM PackageVanilla Extract Bundle Size Stats