File tree Expand file tree Collapse file tree 14 files changed +139
-353
lines changed
infinite-query-with-max-pages
load-more-infinite-scroll
nextjs-suspense-streaming
packages/react-query-next-experimental Expand file tree Collapse file tree 14 files changed +139
-353
lines changed Original file line number Diff line number Diff line change 88 "@tanstack/react-query-devtools" : " ^5.0.0" ,
99 "axios" : " ^1.5.1" ,
1010 "isomorphic-unfetch" : " 4.0.2" ,
11- "next" : " ^13.5.6 " ,
11+ "next" : " ^14.0.0 " ,
1212 "react" : " ^18.2.0" ,
1313 "react-dom" : " ^18.2.0"
1414 },
Original file line number Diff line number Diff line change 88 "@tanstack/react-query-devtools" : " ^5.0.0" ,
99 "axios" : " ^1.5.1" ,
1010 "isomorphic-unfetch" : " 4.0.2" ,
11- "next" : " ^13.5.6 " ,
11+ "next" : " ^14.0.0 " ,
1212 "react" : " ^18.2.0" ,
1313 "react-dom" : " ^18.2.0" ,
1414 "react-intersection-observer" : " ^8.33.1"
Original file line number Diff line number Diff line change 88 "@tanstack/react-query-devtools" : " ^5.0.0" ,
99 "axios" : " ^1.5.1" ,
1010 "isomorphic-unfetch" : " 4.0.2" ,
11- "next" : " ^13.5.6 " ,
11+ "next" : " ^14.0.0 " ,
1212 "react" : " ^18.2.0" ,
1313 "react-dom" : " ^18.2.0" ,
1414 "react-intersection-observer" : " ^8.33.1"
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ const nextConfig = {
33 eslint : {
44 ignoreDuringBuilds : true ,
55 } ,
6- experimental : {
7- appDir : true ,
8- serverActions : true ,
9- } ,
106 webpack : ( config ) => {
117 if ( config . name === 'server' ) config . optimization . concatenateModules = false
128
Original file line number Diff line number Diff line change 1111 "@tanstack/react-query" : " ^5.0.0" ,
1212 "@tanstack/react-query-devtools" : " ^5.0.0" ,
1313 "@tanstack/react-query-next-experimental" : " ^5.0.0" ,
14- "next" : " ^13.5.6 " ,
14+ "next" : " ^14.0.0 " ,
1515 "react" : " ^18.2.0" ,
1616 "react-dom" : " ^18.2.0" ,
1717 "superjson" : " ^1.12.4"
Original file line number Diff line number Diff line change 22import { useSuspenseQuery } from '@tanstack/react-query'
33import { Suspense } from 'react'
44
5- // export const runtime = " edge"; // 'nodejs' (default) | 'edge'
5+ export const runtime = ' edge' // 'nodejs' (default) | 'edge'
66
77function getBaseURL ( ) {
88 if ( typeof window !== 'undefined' ) {
Original file line number Diff line number Diff line change 1212 "@tanstack/react-query-devtools" : " ^5.0.0" ,
1313 "ky" : " ^0.33.3" ,
1414 "ky-universal" : " ^0.11.0" ,
15- "next" : " ^13.5.6 " ,
15+ "next" : " ^14.0.0 " ,
1616 "react" : " ^18.2.0" ,
1717 "react-dom" : " ^18.2.0" ,
1818 "resolve-from" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 88 "@tanstack/react-query-devtools" : " ^5.0.0" ,
99 "axios" : " ^1.5.1" ,
1010 "isomorphic-unfetch" : " 4.0.2" ,
11- "next" : " ^13.5.6 " ,
11+ "next" : " ^14.0.0 " ,
1212 "react" : " ^18.2.0" ,
1313 "react-dom" : " ^18.2.0"
1414 },
Original file line number Diff line number Diff line change 88 "@tanstack/react-query-devtools" : " ^5.0.0" ,
99 "axios" : " ^1.5.1" ,
1010 "isomorphic-unfetch" : " 4.0.2" ,
11- "next" : " ^13.5.6 " ,
11+ "next" : " ^14.0.0 " ,
1212 "react" : " ^18.2.0" ,
1313 "react-dom" : " ^18.2.0"
1414 },
Original file line number Diff line number Diff line change 88 "@tanstack/react-query-devtools" : " ^5.0.0" ,
99 "axios" : " ^1.5.1" ,
1010 "isomorphic-unfetch" : " 4.0.2" ,
11- "next" : " ^13.5.6 " ,
11+ "next" : " ^14.0.0 " ,
1212 "react" : " ^18.2.0" ,
1313 "react-dom" : " ^18.2.0"
1414 },
You can’t perform that action at this time.
0 commit comments