Skip to content

Commit

Permalink
Update docs/reference-guides/interactivity-api/core-concepts/using-ty…
Browse files Browse the repository at this point in the history
…pescript.md
  • Loading branch information
t-hamano authored Dec 23, 2024
1 parent 91fa908 commit 193ec0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ That's it! Now you can access the context properties with the correct types.

The derived state is data that is calculated based on the global state or local context. In the client store definition, it is defined using a getter in the `state` object.

_Please, visit the [Understanding global state, local context and derived state](./understanding-global-state-local-context-and-derived-state.md) guide to learn more about how derived state works in the Interactivity API._
_Please, visit the [Understanding global state, local context and derived state](./undestanding-global-state-local-context-and-derived-state.md) guide to learn more about how derived state works in the Interactivity API._

Following our previous example, let's create a derived state that is the double of our counter.

Expand Down

0 comments on commit 193ec0d

Please sign in to comment.