Skip to content

Next.js16に移行 #160

Description

@na-trium-144

https://nextjs.org/blog/next-16

  • Cache Components:
    • next.configでexperimental.useCacheではなくcacheComponents:trueを指定する必要があるっぽい?
    • cacheTag()とcacheLife()に unstable_ がつかない
  • middleware.ts → proxy.ts: 使ってないはずなので関係なし
  • turbopack: 16からデフォルトで有効になったらしいが、たぶん無効化する必要がある。
  • React Compiler: ? よくわからないのでまだ使わなくて良いか
  • Improved Caching APIs: revalidateTag() を updateTag() で置き換える必要がある

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions