Skip to content

Commit

Permalink
try ppr
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jan 12, 2025
1 parent d4cf781 commit 58baa16
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 44 deletions.
3 changes: 3 additions & 0 deletions web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const nextConfig = {
loaderFile: "./src/lib/asset/loader.js",
unoptimized: true,
},
experimental: {
ppr: "incremental",
},
};

module.exports = nextConfig;
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lodash": "^4.17.21",
"lucide-react": "^0.451.0",
"mime-db": "^1.53.0",
"next": "15.1.3",
"next": "^15.2.0-canary.5",
"nuqs": "^1.20.0",
"polished": "^4.3.1",
"react": "19.0.0",
Expand Down Expand Up @@ -94,4 +94,4 @@
"resolutions": {
"@types/react": "npm:types-react@19.0.0-rc.1"
}
}
}
84 changes: 42 additions & 42 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1289,10 +1289,10 @@ __metadata:
languageName: node
linkType: hard

"@next/env@npm:15.1.3":
version: 15.1.3
resolution: "@next/env@npm:15.1.3"
checksum: 10c0/873e7977fe2a4d087f41fa2f9dff957111b88d59631437ab6fc13a11eb6d4ef59aa8109ca80f978389956e4b75b033ff8f68e05e96ce8d9fdcfa977dc90363ae
"@next/env@npm:15.2.0-canary.5":
version: 15.2.0-canary.5
resolution: "@next/env@npm:15.2.0-canary.5"
checksum: 10c0/2d4b644a498904fd6813fd6d1835e0a807c77e9ca86fcfa55fed49cb98f63c458a83241250923236d7119c3cc909c4a1c6dae96f1fa686fe3f7c3e87963f9a16
languageName: node
linkType: hard

Expand All @@ -1305,58 +1305,58 @@ __metadata:
languageName: node
linkType: hard

"@next/swc-darwin-arm64@npm:15.1.3":
version: 15.1.3
resolution: "@next/swc-darwin-arm64@npm:15.1.3"
"@next/swc-darwin-arm64@npm:15.2.0-canary.5":
version: 15.2.0-canary.5
resolution: "@next/swc-darwin-arm64@npm:15.2.0-canary.5"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@next/swc-darwin-x64@npm:15.1.3":
version: 15.1.3
resolution: "@next/swc-darwin-x64@npm:15.1.3"
"@next/swc-darwin-x64@npm:15.2.0-canary.5":
version: 15.2.0-canary.5
resolution: "@next/swc-darwin-x64@npm:15.2.0-canary.5"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@next/swc-linux-arm64-gnu@npm:15.1.3":
version: 15.1.3
resolution: "@next/swc-linux-arm64-gnu@npm:15.1.3"
"@next/swc-linux-arm64-gnu@npm:15.2.0-canary.5":
version: 15.2.0-canary.5
resolution: "@next/swc-linux-arm64-gnu@npm:15.2.0-canary.5"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@next/swc-linux-arm64-musl@npm:15.1.3":
version: 15.1.3
resolution: "@next/swc-linux-arm64-musl@npm:15.1.3"
"@next/swc-linux-arm64-musl@npm:15.2.0-canary.5":
version: 15.2.0-canary.5
resolution: "@next/swc-linux-arm64-musl@npm:15.2.0-canary.5"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@next/swc-linux-x64-gnu@npm:15.1.3":
version: 15.1.3
resolution: "@next/swc-linux-x64-gnu@npm:15.1.3"
"@next/swc-linux-x64-gnu@npm:15.2.0-canary.5":
version: 15.2.0-canary.5
resolution: "@next/swc-linux-x64-gnu@npm:15.2.0-canary.5"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@next/swc-linux-x64-musl@npm:15.1.3":
version: 15.1.3
resolution: "@next/swc-linux-x64-musl@npm:15.1.3"
"@next/swc-linux-x64-musl@npm:15.2.0-canary.5":
version: 15.2.0-canary.5
resolution: "@next/swc-linux-x64-musl@npm:15.2.0-canary.5"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@next/swc-win32-arm64-msvc@npm:15.1.3":
version: 15.1.3
resolution: "@next/swc-win32-arm64-msvc@npm:15.1.3"
"@next/swc-win32-arm64-msvc@npm:15.2.0-canary.5":
version: 15.2.0-canary.5
resolution: "@next/swc-win32-arm64-msvc@npm:15.2.0-canary.5"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@next/swc-win32-x64-msvc@npm:15.1.3":
version: 15.1.3
resolution: "@next/swc-win32-x64-msvc@npm:15.1.3"
"@next/swc-win32-x64-msvc@npm:15.2.0-canary.5":
version: 15.2.0-canary.5
resolution: "@next/swc-win32-x64-msvc@npm:15.2.0-canary.5"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -8782,19 +8782,19 @@ __metadata:
languageName: node
linkType: hard

"next@npm:15.1.3":
version: 15.1.3
resolution: "next@npm:15.1.3"
"next@npm:^15.2.0-canary.5":
version: 15.2.0-canary.5
resolution: "next@npm:15.2.0-canary.5"
dependencies:
"@next/env": "npm:15.1.3"
"@next/swc-darwin-arm64": "npm:15.1.3"
"@next/swc-darwin-x64": "npm:15.1.3"
"@next/swc-linux-arm64-gnu": "npm:15.1.3"
"@next/swc-linux-arm64-musl": "npm:15.1.3"
"@next/swc-linux-x64-gnu": "npm:15.1.3"
"@next/swc-linux-x64-musl": "npm:15.1.3"
"@next/swc-win32-arm64-msvc": "npm:15.1.3"
"@next/swc-win32-x64-msvc": "npm:15.1.3"
"@next/env": "npm:15.2.0-canary.5"
"@next/swc-darwin-arm64": "npm:15.2.0-canary.5"
"@next/swc-darwin-x64": "npm:15.2.0-canary.5"
"@next/swc-linux-arm64-gnu": "npm:15.2.0-canary.5"
"@next/swc-linux-arm64-musl": "npm:15.2.0-canary.5"
"@next/swc-linux-x64-gnu": "npm:15.2.0-canary.5"
"@next/swc-linux-x64-musl": "npm:15.2.0-canary.5"
"@next/swc-win32-arm64-msvc": "npm:15.2.0-canary.5"
"@next/swc-win32-x64-msvc": "npm:15.2.0-canary.5"
"@swc/counter": "npm:0.1.3"
"@swc/helpers": "npm:0.5.15"
busboy: "npm:1.6.0"
Expand Down Expand Up @@ -8839,7 +8839,7 @@ __metadata:
optional: true
bin:
next: dist/bin/next
checksum: 10c0/3450a2277057c74de9bda5390796e7971afb5c7725af8fce43045b4f5d4e4a5752a14a2fa7f78ad4eab523a11c6b147893038f607a9d87a8f7f7bdcd560245b5
checksum: 10c0/eb95789430a7ab8820fd21f023107560cd00149a725017a6990e13699e48386ef56726e86f9a13fc37ccc69821ae3201192c61287dff4dd90024688b6409d170
languageName: node
linkType: hard

Expand Down Expand Up @@ -11528,7 +11528,7 @@ __metadata:
lodash: "npm:^4.17.21"
lucide-react: "npm:^0.451.0"
mime-db: "npm:^1.53.0"
next: "npm:15.1.3"
next: "npm:^15.2.0-canary.5"
nuqs: "npm:^1.20.0"
orval: "npm:7.2.0"
polished: "npm:^4.3.1"
Expand Down

0 comments on commit 58baa16

Please sign in to comment.