Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Jul 20, 2024
1 parent 55192cb commit 5dacc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/posts/tanstack-suspence-enable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ published: true
- [useSuspenseInfiniteQuery](https://tanstack.com/query/latest/docs/framework/react/reference/useSuspenseInfiniteQuery)
- [useSuspenseQueries](https://tanstack.com/query/latest/docs/framework/react/reference/useSuspenseQueries)

## useQueryでqueryを実行しない
## useQueryでクエリを実行しない方法

[useQuery](https://tanstack.com/query/latest/docs/framework/react/reference/useQuery)のオプションの一つとして、`enabled`があります。このオプションを使用することで、hooksの実行を制御できるようになります。

Expand Down Expand Up @@ -63,7 +63,7 @@ published: true

hooks自体に条件分岐ができない以上、このオプションはとても便利だなと筆者は感じました。

## useSuspenceQueryでqueryを実行しない方法
## useSuspenceQueryでクエリを実行しない方法

では次にuseSuspenceQueryを見ていきます。同じようにenabledオプションを使用したいですが、ドキュメントには以下のように書かれています。

Expand Down

0 comments on commit 5dacc19

Please sign in to comment.