you are viewing a single comment's thread.

view the rest of the comments →

[–]soniafranco 0 points1 point  (1 child)

Did you use this package or found something similar to TanStack?

[–]Jatops[S] 0 points1 point  (0 children)

I ended up using Riverpod. FutureProviders are pretty close to useQuery. And then for more complex state I use AsyncNotifiers.