Skip to content

Commit 6234259

Browse files
committed
v0.3.3
1 parent a83df23 commit 6234259

File tree

11 files changed

+1846
-15
lines changed

11 files changed

+1846
-15
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Zero runtime, zero React re-renders, and the simplest developer experience ever.
1515

1616
<a href="https://bundlephobia.com/package/@react-zero-ui/core@0.2.6" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/bundlephobia/minzip/@react-zero-ui/core@0.2.6" alt="bundle size" /></a> <a href="https://www.npmjs.com/package/@austinserb/react-zero-ui" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/npm/v/@react-zero-ui/core" alt="npm version" /></a> <a href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" /></a> ![CI](https://github.com/react-zero-ui/core/actions/workflows/ci.yml/badge.svg?branch=main)
1717

18-
[📖 See the proof](/docs/demo.md) [🚀 Quick Start](#-quick-start) [📚 API Reference](#-api-reference) [🤝 Contributing](#-contributing)
18+
[📖 See the proof](/docs/demo.md) [🚀 Quick Start](#-quick-start) [📚 API Reference](/docs/api-reference.md) [📋 Usage Examples](/docs/usage-examples.md) [🔄 Migration Guide](/docs/migration-guide.md) [❓ FAQ](/docs/faq.md) [🤝 Contributing](#-contributing)
1919

2020
</div>
2121

@@ -178,7 +178,7 @@ const [blur, setBlur] = useScopedUI('blur', '0px', CssVar);
178178
Enable client-side interactivity **without leaving server components**.
179179
Just 300 bytes of runtime overhead.
180180

181-
See [experimental](./docs/assets/experimental.md) for more details.
181+
See [experimental](./docs/experimental.md) for more details.
182182

183183
---
184184

@@ -196,6 +196,34 @@ React Zero-UI delivers the fastest, simplest, most performant way to handle glob
196196

197197
---
198198

199+
## 📖 Documentation
200+
201+
### 📚 Complete Guide Collection
202+
203+
| Guide | Description |
204+
|-------|-------------|
205+
| [📚 API Reference](/docs/api-reference.md) | Complete API documentation for all hooks and utilities |
206+
| [📋 Usage Examples](/docs/usage-examples.md) | Practical patterns and real-world use cases |
207+
| [🔄 Migration Guide](/docs/migration-guide.md) | Step-by-step migration from useState, Context, Redux |
208+
| [🔧 Troubleshooting](/docs/troubleshooting.md) | Common issues and debugging techniques |
209+
| [❓ FAQ](/docs/faq.md) | Frequently asked questions and answers |
210+
| [🧪 Experimental Features](/docs/experimental.md) | SSR-safe server component interactivity |
211+
212+
### 🛠️ Setup Guides
213+
214+
| Framework | Guide |
215+
|-----------|-------|
216+
| [Next.js App Router](/docs/installation-next.md) | Complete Next.js setup with SSR support |
217+
| [Vite + React](/docs/installation-vite.md) | Vite configuration and optimization |
218+
219+
### 🎯 Learn by Example
220+
221+
- [🎮 **Live Demo**](https://zero-ui.dev/) - Interactive playground
222+
- [📊 **Performance Demo**](https://zero-ui.dev/react) - 10k component benchmark
223+
- [📁 **Demo Source Code**](/examples/demo/) - Complete example project
224+
225+
---
226+
199227
## 🤝 Contributing
200228

201229
We welcome contributions from the community! Whether it's bug fixes, feature requests, documentation improvements, or performance optimizations - every contribution helps make React Zero-UI better.

0 commit comments

Comments
 (0)