query icon indicating copy to clipboard operation
query copied to clipboard

docs(example): algolia

Open arnaudbzn opened this issue 3 years ago β€’ 3 comments

New example with Algolia as a fetcher.

arnaudbzn avatar Mar 13 '22 14:03 arnaudbzn

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

πŸ” Inspect: https://vercel.com/tanstack/react-query/HzjRn69TfT4tms9PfZ84oBe9E7Fb
βœ… Preview: https://react-query-git-fork-arnaudbzn-docs-example-algolia-tanstack.vercel.app

vercel[bot] avatar Mar 13 '22 14:03 vercel[bot]

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 89860f2ba193c91a1a4110063e3d92c7c670c2c7:

Sandbox Source
tannerlinsley/react-query: basic Configuration
tannerlinsley/react-query: basic-typescript Configuration

codesandbox-ci[bot] avatar Mar 13 '22 14:03 codesandbox-ci[bot]

Codecov Report

Merging #3389 (cca0958) into master (7be6d89) will not change coverage. The diff coverage is n/a.

:exclamation: Current head cca0958 differs from pull request most recent head 89860f2. Consider uploading reports for the commit 89860f2 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3389   +/-   ##
=======================================
  Coverage   96.47%   96.47%           
=======================================
  Files          45       45           
  Lines        2271     2271           
  Branches      639      639           
=======================================
  Hits         2191     2191           
  Misses         77       77           
  Partials        3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 7be6d89...89860f2. Read the comment docs.

codecov[bot] avatar Mar 13 '22 14:03 codecov[bot]

Hey @arnaudbzn

I like this example, but I think a lot has changed. E.g. we're now using vite for all examples (except nextjs) exclusively.

I think it would be easier to open a new PR

TkDodo avatar Sep 23 '22 14:09 TkDodo