nandorojo / solito

🧍‍♂️ React Native + Next.js, unified.
https://solito.dev
MIT License
3.54k stars 180 forks source link

nextJS 15 #499

Open edisonhuff opened 2 weeks ago

edisonhuff commented 2 weeks ago

Heyo

With the caching and async reworks done in nextJS 15 I'm a little worried of trying to upgrade my solito project on next 14.

Does solito work with next 15? If not are there plans to update solito for next 15?

nandorojo commented 2 weeks ago

Hey, good question. I would assume so since there aren’t big breaking changes that I know of, but I still have to test it

edisonhuff commented 2 weeks ago

The big ones I heard about include changing cookie / header / params / search params to be async instead of sync https://nextjs.org/blog/next-15#async-request-apis-breaking-change

In case you'd like to check the full list: https://nextjs.org/blog/next-15#other-changes