-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NextJS app router compatibility #79
Comments
I just added an example to the Next.js starter project destack-starter/tree/next-app-router. Note that:
|
I think it's less about finding "a way around" and more about migrating to the new standard. Things work differently with the app router to support features like RSC |
Feel free to create a PR with the migration: There are two issues, listed above:
If you pick it up and have any questions hit me up. |
there is a guide about migrating from pages router to app router on nextjs official documentation, which may need modifying the file that contains Edit: I tried different ways to make it work but I guess my current knowledge is still not enough to make it work. |
It seems destack does not work, or the example needs updating, for how to use with the new app router, now the recommended default when starting a new next app.
The text was updated successfully, but these errors were encountered: