Skip to content

Commit 9f59f16

Browse files
committed
Merge remote-tracking branch 'origin/iapi-docs-the-reactive-and-declarative-mindset' into iapi-docs-the-reactive-and-declarative-mindset
2 parents f98ad5b + f9074e6 commit 9f59f16

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

docs/manifest.json

+12
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,18 @@
509509
"markdown_source": "../docs/reference-guides/interactivity-api/core-concepts/the-reactive-and-declarative-mindset.md",
510510
"parent": "core-concepts"
511511
},
512+
{
513+
"title": "Understanding global state, local context and derived state",
514+
"slug": "undestanding-global-state-local-context-and-derived-state",
515+
"markdown_source": "../docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md",
516+
"parent": "core-concepts"
517+
},
518+
{
519+
"title": "Server-side rendering: Processing directives on the server",
520+
"slug": "server-side-rendering",
521+
"markdown_source": "../docs/reference-guides/interactivity-api/core-concepts/server-side-rendering.md",
522+
"parent": "core-concepts"
523+
},
512524
{
513525
"title": "Quick start guide",
514526
"slug": "iapi-quick-start-guide",

docs/reference-guides/interactivity-api/core-concepts/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
This section provides some guides on important concepts and mental models related to the Int block development. Use the following links to learn more:
44

55
1. **[The Reactive and Declarative mindset](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/core-concepts/the-reactive-and-declarative-mindset):** This guide covers core concepts of reactivity and declarativeness, providing a foundation for effective use of the Interactivity API.
6+
7+
2. **[Understanding global state, local context and derived state](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state):** 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.
8+
9+
3. **[Server-side rendering: Processing directives on the server](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/core-concepts/server-side-rendering):** 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.

docs/toc.json

+6
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@
208208
"docs/reference-guides/interactivity-api/core-concepts/README.md": [
209209
{
210210
"docs/reference-guides/interactivity-api/core-concepts/the-reactive-and-declarative-mindset.md": []
211+
},
212+
{
213+
"docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md": []
214+
},
215+
{
216+
"docs/reference-guides/interactivity-api/core-concepts/server-side-rendering.md": []
211217
}
212218
]
213219
},

0 commit comments

Comments
 (0)