gutenbergdocs/reference-guides/interactivity-api/core-concepts/README.md
2025-10-22 01:33:45 +08:00

11 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 核心概念
本节提供与交互式API开发相关的重要概念及思维模型的指导说明。通过以下链接深入了解
1. **[响应式与声明式思维](/docs/reference-guides/interactivity-api/core-concepts/the-reactive-and-declarative-mindset.md)**本指南详解响应式与声明式的核心概念为高效使用交互式API奠定基础。
2. **[理解全局状态、局部上下文与派生状态](/docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md)**该指南阐释如何在交互式API中有效运用全局状态、局部上下文及派生状态强调根据数据作用域和需求选择合适状态管理方案的重要性。
3. **[服务端渲染:在服务器处理指令](/docs/reference-guides/interactivity-api/core-concepts/server-side-rendering.md)**交互式API支持WordPress通过服务端渲染生成具有交互性和状态感知的HTML在保持性能与SEO优势的同时实现与客户端功能的流畅衔接。
4. **[使用TypeScript](/docs/reference-guides/interactivity-api/core-concepts/using-typescript.md)**本指南将带您逐步掌握在交互式API存储库中使用TypeScript的全流程涵盖从基础类型定义到处理复杂存储结构的高级技巧。