File size: 435 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
# Example
In this simple example, we integrate React-Query seamlessly with Next.js data fetching methods to fetch queries in the server and hydrate them in the browser.
In addition to fetching and mutating data, React-Query analyzes your queries and their results to construct a client-side cache of your data, which is kept up to date as further queries and mutations are run.
To run this example:
- `npm install`
- `npm run dev`
|