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

feat(nx-dev): Use app router for blogs #23127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ndcunningham
Copy link
Contributor

@ndcunningham ndcunningham commented May 1, 2024

The PR activates the app router for the Blog page at /blog.

Its purpose is to test Next.js changes within nx-dev, allowing us to identify and address any issues that users might encounter.
Integrating these changes into our environment, we can gain firsthand experience and insights into potential problems, ensuring that the updates are robust and reliable.

This approach helps us improve the overall quality and user experience of our platform by proactively identifying and resolving any issues that could affect consumers.

Copy link

vercel bot commented May 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jun 3, 2024 7:22am

@ndcunningham ndcunningham self-assigned this May 1, 2024
@ndcunningham ndcunningham added the PR status: do not merge This will block a PR from being merged until this tag is removed. label May 9, 2024
@ndcunningham ndcunningham force-pushed the feat/nx-dev-blog-app-router branch 2 times, most recently from 61f7fc8 to 8eac49e Compare May 27, 2024 20:02
@ndcunningham ndcunningham force-pushed the feat/nx-dev-blog-app-router branch 2 times, most recently from 9beb274 to 35f61ff Compare May 28, 2024 17:54
@ndcunningham ndcunningham removed the PR status: do not merge This will block a PR from being merged until this tag is removed. label May 28, 2024
@ndcunningham ndcunningham changed the title feat(core): nx-dev app router WIP feat(core): nx-dev app router for blogs May 28, 2024
@ndcunningham ndcunningham marked this pull request as ready for review May 28, 2024 18:13
@ndcunningham ndcunningham changed the title feat(core): nx-dev app router for blogs feat(nx-dev): Use app router for blogs May 29, 2024
@@ -1,3 +1,4 @@
'use client';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow-up: Move use client lower where possible.

feat(nx-dev): updated layout file segregating client and server side features
Fixed initial loaded so that theme is loaded without delay
tsconfig.json has been "fixed" for nx-dev initially we thought it was using tsconfig.app.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants