https://benjam.info
https://x.com/_bgwoodruff
https://github.com/bgw
nextjs.org/docs/app/api...
nextjs.org/docs/app/api...
- We think the filesystem cache is a better all-around solution.
- If you have a large app, which routes should we compile?
- We're keeping an eye on memory usage, and with our current architecture, this would likely waste more memory than most users would want.
- We think the filesystem cache is a better all-around solution.
- If you have a large app, which routes should we compile?
- We're keeping an eye on memory usage, and with our current architecture, this would likely waste more memory than most users would want.
- A file-system cache that persists across restarts of `next dev`.
- An alternate bundling mode that shares more work across pages, at the cost of a slower first page load.
- A file-system cache that persists across restarts of `next dev`.
- An alternate bundling mode that shares more work across pages, at the cost of a slower first page load.
npm install next@canary
If you run into any issues, let me know so we can fix it before Next.js 16 goes out!
npm install next@canary
If you run into any issues, let me know so we can fix it before Next.js 16 goes out!
It builds on top of internal functionality that we didn't cleanly expose until now.
It builds on top of internal functionality that we didn't cleanly expose until now.
Did you try the codemods that Next 15 shipped with?
Did you try the codemods that Next 15 shipped with?
The new behavior is better, but the migration can be painful.
I'd love to hear if you figure out the issue here.
The new behavior is better, but the migration can be painful.
I'd love to hear if you figure out the issue here.