Skip to content

Commit b58da75

Browse files
authoredJul 10, 2024··
docs(examples): Modernise Next.js examples (#7706)
* docs(examples): Update react/auto-refetching * Update infinite-query-with-max-pages, load-more-infinite-scroll * Upgrade react/nextjs * More projects * Update playground * Update prefetching * Cleanup deps * Disable typescript during next build * Fix eslint plugin * Final changes
1 parent 8d0ba7e commit b58da75

File tree

89 files changed

+589
-379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+589
-379
lines changed
 

‎docs/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@
903903
},
904904
{
905905
"label": "Basic",
906-
"to": "framework/solid/examples/basic-typescript"
906+
"to": "framework/solid/examples/basic"
907907
},
908908
{
909909
"label": "Basic w/ GraphQL-Request",

‎examples/angular/infinite-query-with-max-pages/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@tanstack/query-example-angular-infinite-query-with-max-pages",
3-
"version": "0.0.0",
3+
"private": true,
4+
"type": "module",
45
"scripts": {
56
"ng": "ng",
67
"start": "ng serve",
78
"build": "ng build",
89
"watch": "ng build --watch --configuration development"
910
},
10-
"private": true,
1111
"dependencies": {
1212
"@angular/common": "^17.3.10",
1313
"@angular/compiler": "^17.3.10",

0 commit comments

Comments
 (0)
Please sign in to comment.