You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Interactive menu with render tracker | <ahref="https://react-zero-ui.vercel.app/"target="_blank"rel="noopener noreferrer"><strong>Main Demo↗</strong></a> | Compare Zero‑UI vs. React side‑by‑side while toggling a menu. | <ahref="https://github.com/Austin1serb/React-Zero-UI/tree/main/examples/demo"target="_blank"rel="noopener noreferrer">Github</a> |
19
-
| React benchmark (10 000 nested nodes) | <ahref="https://react-zero-ui.vercel.app/react"target="_blank"rel="noopener noreferrer"><strong>React 10k↗</strong></a> | How long the traditional React render path takes. | <ahref="https://github.com/Austin1serb/React-Zero-UI/tree/main/examples/demo/src/app/react"target="_blank"rel="noopener noreferrer">Github</a> |
| Interactive menu with render tracker | <ahref="https://react-zero-ui.vercel.app/"target="_blank"rel="noopener noreferrer"><strong>Main Demo↗</strong></a> | Compare Zero‑UI vs. React side‑by‑side while toggling a menu. | <ahref="https://github.com/Austin1serb/React-Zero-UI/tree/main/examples/demo"target="_blank"rel="noopener noreferrer">Github</a>|
19
+
| React benchmark (10 000 nested nodes) | <ahref="https://react-zero-ui.vercel.app/react"target="_blank"rel="noopener noreferrer"><strong>React 10k↗</strong></a> | How long the traditional React render path takes. | <ahref="https://github.com/Austin1serb/React-Zero-UI/tree/main/examples/demo/src/app/react"target="_blank"rel="noopener noreferrer">Github</a>|
Every `setState` in React triggers the full VDOM → Diff → Reconciliation → Paint pipeline. For *pure UI state* (themes, menus, toggles) that work is wasted.
26
+
Every `setState` in React triggers the full VDOM → Diff → Reconciliation → Paint pipeline. For _pure UI state_ (themes, menus, toggles) that work is wasted.
27
27
28
-
**Zero‑UI introduces "*PRE‑rendering*":**
28
+
**Zero‑UI introduces "_PRE‑rendering_":**
29
29
30
30
1. Tailwind variants for every state are **generated at build‑time**.
31
31
2. The app **pre‑renders once**.
@@ -75,8 +75,8 @@ Then follow **Setup →** for your bundler.
0 commit comments