docs: mark Dev toolkit as experimental in README (#98)

The dev toolkit (terminal HMR, build, preview) is still under active
development, so label it experimental to set expectations.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yunfei He
2026-05-31 21:42:52 +08:00
committed by GitHub
parent 12efbe6900
commit 7ca592c503
+1 -1
View File
@@ -11,7 +11,7 @@ Build with components, develop with HMR, test with confidence.
- **Vue SFC & JSX** — write terminal interfaces with `<template>`, TSX, or both
- **Flexbox layout** — powered by Yoga, the same engine behind React Native
- **Dev toolkit** — **HMR** in the terminal, plus build and preview out of the box
- **Dev toolkit** _(experimental)_ — **HMR** in the terminal, plus build and preview out of the box
- **Input & focus** — keyboard handling, focus management, Tab navigation, Kitty keyboard protocol
- **Testing harness** — out-of-the-box component-level terminal testing — render, simulate input, assert frames