This library offers a compile-time CSS-in-JS solution for React applications, aiming for better performance.
It lets you define styles directly in React components using a `css` prop or `styled` API. During the build process, it extracts these styles into atomic static CSS files, removing runtime dependencies. You'll install `@compiled/react` and then configure your build setup with a specific loader like `@compiled/webpack-loader` or `@compiled/parcel-config`.
This library offers a compile-time CSS-in-JS solution for React applications, aiming for better performance.
React developers prioritizing build-time style optimization and runtime performance for their CSS-in-JS workflow should use this.