You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spend 1/2 hours on seeing how much effort is required for upgrading to nextjs 15. Mostly due to it getting rid of a lot of caching behaviors that would be great to get rid off, as they're causing lots of bugs.
The text was updated successfully, but these errors were encountered:
Migration was very straightforward, basically running codemods, updating a few packages for react 19 compatibility, and upgrading 1 shadcn components (the calendar, seemed to be a typing issue)
Turbopack can not yet be enabled due to incompatiblity with gql.tada
Defnitely feels like the preview deployment is slower, most likely due to defaulting to no-cache. Selectively enabling it would most likely solve the issue.
What is it?
Spend 1/2 hours on seeing how much effort is required for upgrading to nextjs 15. Mostly due to it getting rid of a lot of caching behaviors that would be great to get rid off, as they're causing lots of bugs.
The text was updated successfully, but these errors were encountered: