phonzammi / vike-react-query

example integrating vike-react with tanstack-query v5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration of vike-react (builtin renderer) with Tanstack Query v5

This is an example of integrating Vike with Tanstack-Query.

Special thanks to brillout and AurelienLourot for the discussion :

To run this example:

git clone git@github.com:phonzammi/vike-react-query
cd vike-react-query/
# with pnpm
pnpm install
pnpm run dev
# or with npm
npm install
npm run dev

Official documentations of Vike. vike.dev.

This repo was built using vike-react scaffolded using Bati.

About

example integrating vike-react with tanstack-query v5

License:MIT License


Languages

Language:TypeScript 97.7%Language:CSS 2.3%