Skip to content

Commit

Permalink
Add note about local context
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Dec 2, 2024
1 parent 3033346 commit d4f57f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ store( 'myPlugin', {

### When to Use

Whenever you have interactive blocks that rely on global state that may change due to navigation events, ensuring consistency across different parts of your application.
Whenever you have interactive blocks that rely on global state or local context that may change due to navigation events, ensuring consistency across different parts of your application.

### Best Practices for using `getServerState()` and `getServerContext()`

Expand Down

0 comments on commit d4f57f4

Please sign in to comment.