jotaijs / jotai-urql

Jotai integration library for URQL
MIT License
29 stars 5 forks source link

Defer evaluation of the variables if query is paused, add atomWithLazyQuery atom #15

Closed RIP21 closed 8 months ago

RIP21 commented 1 year ago

Changelog

feat: add atomWithLazyQuery that allows for promisifying of a singular query result the same way atomWithMutation does fix: defer evaluation of the variables if paused feat: add fetching state for mutations and lazy query

codesandbox-ci[bot] commented 1 year ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 26c0ad34d8cb61fd2cc68dcb301c76b40792a18d:

Sandbox Source
React Configuration
React Typescript Configuration
dai-shi commented 1 year ago

@RIP21 I think you have a permission to merge it, and release it.

The release workflow is manual for now.

  1. update package.json and CHANGELOG.md like https://github.com/jotaijs/jotai-urql/commit/9657bce9073bd38ff88784b6d596724b42568581
  2. tag it git tag v0.7.2
  3. push it and CD.yml will fire

Can you try that?

RIP21 commented 1 year ago

Sure

RIP21 commented 8 months ago

Almost a year after I finally released new version :D Better late than never I guess :D

dai-shi commented 8 months ago

lol Thanks anyway!