hairy-react-lib
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBased on @hairy/react-lib v1.47.0. Focuses on React hooks and components for building React applications.
基于@hairy/react-lib v1.47.0版本,专注于用于构建React应用的React Hooks与组件。
Core References
核心参考内容
| Topic | Description | Reference |
|---|---|---|
| Async Hooks | Async state management and callback handling | core-async-hooks |
| Watch Hooks | Reactive value watching and change detection | core-watch-hooks |
| Lifecycle Hooks | Component lifecycle and mounting utilities | core-lifecycle-hooks |
| Conditional Components | If/Else, Switch/Case components for conditional rendering | core-conditional |
| Try Hooks | Error-safe React hooks with fallback behavior | core-try-hooks |
| 主题 | 描述 | 参考链接 |
|---|---|---|
| Async Hooks | 异步状态管理与回调处理 | core-async-hooks |
| Watch Hooks | 响应式值监听与变更检测 | core-watch-hooks |
| Lifecycle Hooks | 组件生命周期与挂载工具 | core-lifecycle-hooks |
| Conditional Components | 用于条件渲染的If/Else、Switch/Case组件 | core-conditional |
| Try Hooks | 具备回退行为的错误安全型React Hooks | core-try-hooks |
Advanced Features
高级功能
| Topic | Description | Reference |
|---|---|---|
| Event Bus | Cross-component event communication | advanced-event-bus |
| Pagination | Offset-based pagination hook | advanced-pagination |
| Fetch Intercept | Request/response interception utilities | advanced-fetch-intercept |
| 主题 | 描述 | 参考链接 |
|---|---|---|
| Event Bus | 跨组件事件通信 | advanced-event-bus |
| Pagination | 基于偏移量的分页Hook | advanced-pagination |
| Fetch Intercept | 请求/响应拦截工具 | advanced-fetch-intercept |