You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The biggest impact of this change is the introduction of a new hook [useQuery()](/blog/2024/03/15/v0.11-queries-querable-usequery#usequery), which allows direct store lookups
17
+
The biggest impact of this change is the introduction of a new hook [useQuery()](/blog/2024/04/08/v0.11-queries-querable-usequery#usequery), which allows direct store lookups
18
18
using the [Querable Schemas](/docs/api/useQuery#queryable).
Similarly, we can lookup Querables with controller and snapshot using the [controller.get](/blog/2024/03/15/v0.11-queries-querable-usequery#controllerget)
35
+
Similarly, we can lookup Querables with controller and snapshot using the [controller.get](/blog/2024/04/08/v0.11-queries-querable-usequery#controllerget)
36
36
37
37
```ts
38
38
const bob =snapshot.get(User, { username: 'bob' });
0 commit comments