Stailwc: a lightning fast tailwind -> css-in-js transpiler using rust + wasm

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    The blocker for us using swc is our use of an excellent library called twin.macro which is built against babel's transpilation APIs to parse tailwindcss directives at compile time so that they may be used with css-in-js libraries. This efficiently bundles your css so that you only ship the precise css you use replacing tailwind's css compiler. The problem is, it's all quite slow.

  • stailwc

    Tailwind in SWC, Nextjs, and Vite, fast 🚀

    If this is something you are interested in getting involved with, please have a look at the discussions here: https://github.com/arlyon/stailwc/discussions/2 or try it out on your own project. Please open issues if there are plugins you absolutely need, as I'd love to improve your build times by 1000%.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

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