-
Hello all, can anyone please share any guide, demo, template, or blog that i can follow to integrate next js 14 or later i.e. app router. i am trying to do that same since a month but unable to create good architecture. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I would recommend to have a look at the official Next.js example. It does use the pages router but the logic and implementation of rendering the flows dynamically is the same. You can find that implementation in the 'pkg' directory. |
Beta Was this translation helpful? Give feedback.
-
See here for an example with Ory Elements and app router @chil-guy @MarkusThielker https://github.com/ory/elements/tree/main/examples/nextjs-app-router its still being worked on but very close to official release. |
Beta Was this translation helpful? Give feedback.
See here for an example with Ory Elements and app router @chil-guy @MarkusThielker https://github.com/ory/elements/tree/main/examples/nextjs-app-router
its still being worked on but very close to official release.
fyi @jonas-jonas