Skip to content
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

Add usages of Next 13 layouts where applicable #122

Open
joshirohit100 opened this issue Sep 16, 2022 · 1 comment
Open

Add usages of Next 13 layouts where applicable #122

joshirohit100 opened this issue Sep 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@joshirohit100
Copy link
Contributor

joshirohit100 commented Sep 16, 2022

NextJS 12.3 now provides different way to create route (app directory) and layout.
old pages directory will be supported for backward and legacy purpose.

As that will be the new way, we should support / add that for new / fresh setup

Reference - https://nextjs.org/blog/next-12-3#new-router-and-layouts-update

@joshirohit100 joshirohit100 added the enhancement New feature or request label Sep 16, 2022
@lauriii lauriii changed the title Next 12.3 now uses different directory structure for routes and layout Add usages of Next 13 layouts where applicable Nov 8, 2022
@lauriii
Copy link
Contributor

lauriii commented Nov 8, 2022

Once #155 has been resolved, we should experiment with the Next 13 layouts. We should try to convert the current layout into the new layout system in Next 13: https://nextjs.org/blog/next-13#new-app-directory-beta. We may want to refrain from merging that until the layout system has been marked as stable. We could alternatively ship an additional starter template that uses the layouts out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants