From 7c29e26ae2627d9c0014aed3c519ea52fee16cb2 Mon Sep 17 00:00:00 2001 From: typicode Date: Wed, 20 Nov 2024 02:55:10 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4239c5a..8710ad0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ _What you see above is standard HTML ([data-attributes](https://developer.mozill ## Features -- 🥶 Below zero-runtime, it's zero JavaScript. Smaller bundles and faster code. +- 🥶 Not just zero-runtime, it goes beyond. It's zero JavaScript, not even for components, resulting in smaller bundles and faster code. - 💎 What you write is what you get. No transformations, easy debugging. - 🎒 Standards-based, reusable styles across frameworks, compatible with Tailwind or any CSS framework - ⚡️ Instantly productive, no learning curve, simple on-boarding. @@ -23,7 +23,7 @@ _What you see above is standard HTML ([data-attributes](https://developer.mozill | | CSS-in-JS | MistCSS | | -------------------- | -------------------------------------- | ----------------------------- | | Runtime | `~0-10 KB` | `0 KB` | -| JavaScript functions | `1 per component` | `0` | +| JavaScript functions | `a few KB per component` | `0 KB` | | TypeScript code | `yes (at least for props)` | `no (generated for the user)` | | Debugging | `react devtools` | `browser inspector` | | Syntax highlighting | `depends (may require extension)` | `no additional extension` |