Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/iapi-docs-the-reactive-and-decla…
Browse files Browse the repository at this point in the history
…rative-mindset' into iapi-docs-the-reactive-and-declarative-mindset
  • Loading branch information
luisherranz committed Aug 13, 2024
2 parents f98ad5b + f9074e6 commit 9f59f16
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,18 @@
"markdown_source": "../docs/reference-guides/interactivity-api/core-concepts/the-reactive-and-declarative-mindset.md",
"parent": "core-concepts"
},
{
"title": "Understanding global state, local context and derived state",
"slug": "undestanding-global-state-local-context-and-derived-state",
"markdown_source": "../docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md",
"parent": "core-concepts"
},
{
"title": "Server-side rendering: Processing directives on the server",
"slug": "server-side-rendering",
"markdown_source": "../docs/reference-guides/interactivity-api/core-concepts/server-side-rendering.md",
"parent": "core-concepts"
},
{
"title": "Quick start guide",
"slug": "iapi-quick-start-guide",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
This section provides some guides on important concepts and mental models related to the Int block development. Use the following links to learn more:

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.

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.

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.
6 changes: 6 additions & 0 deletions docs/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@
"docs/reference-guides/interactivity-api/core-concepts/README.md": [
{
"docs/reference-guides/interactivity-api/core-concepts/the-reactive-and-declarative-mindset.md": []
},
{
"docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md": []
},
{
"docs/reference-guides/interactivity-api/core-concepts/server-side-rendering.md": []
}
]
},
Expand Down

0 comments on commit 9f59f16

Please sign in to comment.