Skip to content

Commit

Permalink
docs(store): remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed Apr 18, 2024
1 parent 9f0ea92 commit 684c7b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/docs/pages/store/reading-state.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,3 @@ Computed properties, defined using the `computed` method, can also be accessed u
const fullName = userStore.fullName.get();
const fullName = userStore.fullName.use();
```

When you access a computed property with `use`, it will still re-render the component whenever the computed value changes, just like a regular state property.

0 comments on commit 684c7b6

Please sign in to comment.