forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated Interactivity API's Core Concepts. Fixed minor typos
- Loading branch information
1 parent
8b5eaa2
commit 41458f1
Showing
3 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
docs/reference-guides/interactivity-api/core-concepts/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,31 @@ | ||
<!-- | ||
# Core Concepts | ||
--> | ||
# コアコンセプト | ||
|
||
<!-- | ||
This section provides some guides on important concepts and mental models related to Interactivity API development. Use the following links to learn more: | ||
--> | ||
このセクションでは、Interactivity API 開発に関連する重要なコンセプトとメンタルモデルについて、いくつかのガイドを提供します。詳しくは以下のリンクを参照してください。 | ||
|
||
<!-- | ||
1. **[The Reactive and Declarative mindset](/docs/reference-guides/interactivity-api/core-concepts/the-reactive-and-declarative-mindset.md):** This guide covers core concepts of reactivity and declarativeness, providing a foundation for effective use of the Interactivity API. | ||
--> | ||
1.**[リアクティブと宣言型の考え方](https://ja.wordpress.org/team/handbook/block-editor/reference-guides/interactivity-api/core-concepts/the-reactive-and-declarative-mindset.md):** このガイドでは、リアクティビティと宣言型の核となる概念について説明し、Interactivity API を効果的に使用するための基礎を提供します。 | ||
|
||
<!-- | ||
2. **[Understanding global state, local context and derived state](/docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md):** The guide explains how to effectively use global state, local context, and derived state within the Interactivity API emphasizing the importance of choosing the appropriate state management technique based on the scope and requirements of your data. | ||
--> | ||
2.**[グローバルステート、ローカルコンテキスト、派生ステートの理解](https://ja.wordpress.org/team/handbook/block-editor/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md):** Interactivity API 内でグローバルステート、ローカルコンテキスト、派生ステートを効果的に使用する方法を説明し、データのスコープと要件に基づいて適切なステート管理手法を選択することの重要性を強調します。 | ||
|
||
<!-- | ||
3. **[Server-side rendering: Processing directives on the server](/docs/reference-guides/interactivity-api/core-concepts/server-side-rendering.md):** The Interactivity API allows WordPress to use server-side rendering to create interactive and state-aware HTML, smoothly connected with client-side features while maintaining performance and SEO benefits. | ||
--> | ||
3.**[サーバーサイドレンダリング: サーバーでのディレクティブの処理](https://ja.wordpress.org/team/handbook/block-editor/reference-guides/interactivity-api/core-concepts/server-side-rendering.md):** Interactivity API を使用すると WordPress はサーバーサイドレンダリングを使用してインタラクティブでステートを認識する HTML を作成し、パフォーマンスと SEO の利点を維持しながら、クライアントサイドの機能とスムーズに接続できます。 | ||
|
||
<!-- | ||
4. **[Using TypeScript](/docs/reference-guides/interactivity-api/core-concepts/using-typescript.md):** This guide will walk you through the process of using TypeScript with Interactivity API stores, covering everything from basic type definitions to advanced techniques for handling complex store structures. | ||
--> | ||
4.**[TypeScript の使用](https://ja.wordpress.org/team/handbook/block-editor/reference-guides/interactivity-api/core-concepts/using-typescript.md):** このガイドでは Interactivity API ストアで TypeScript を使用する手順を説明します。基本的な型定義から複雑なストア構造を扱う高度なテクニックまでカバーします。 | ||
|
||
[原文](https://github.com/WordPress/gutenberg/blob/trunk/docs/reference-guides/interactivity-api/core-concepts/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters