jotaijs/jotai-urql

Async Variables

Open

#16 opened on Jul 22, 2023

 (3 comments) (0 reactions) (0 assignees)TypeScript (5 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (33 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello guys,

one of the latest jotai updates made all eventually async operations inside of atoms also async. Therefore, my variables for my query became async too. Any plans to support this? As far as i can see, at the moment of writing, my variables atom can only be sync.

Thanks!

Contributor guide