Next-Yak
🦀 Zero-runtime CSS-in-JS powered by Rust. Write styled-components syntax, get build-time CSS extraction and full RSC compatibility
Features
- NextJs CompatibilityWorks smoothly with both React Server and Client Components
- Build-time CSSReduces load time by handling CSS during the build phase, using Next.js built-in CSS Modules features
- Lightweight RuntimeOperates with minimal impact, simply changing CSS classes without modifying the CSSOM
- Standard CSS SyntaxWrite styles in familiar, easy-to-use CSS
- Integrates with Atomic CSSEasily combines with atomic CSS frameworks like Tailwind CSS for more design options
- No significant build-time overheadDoesn't increase the build time significantly, by only transforming statically as much as possible without the need to evaluate arbitrary JavaScript.