-
Notifications
You must be signed in to change notification settings - Fork 305
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
Port the Explorer from Create React App to Next 13 (w/ App Router) #237
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
77cc361
to
5012edc
Compare
Ship it. Nothing stands out as being immediately wrong |
@@ -0,0 +1,4 @@ | |||
{ | |||
"typescript.tsdk": "node_modules/.pnpm/[email protected]/node_modules/typescript/lib", | |||
"typescript.enablePromptUseWorkspaceTsdk": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to add this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. Next 13 insists on this somehow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL
Just checking, I see that you've renamed a bunch of files to match their paths, but other than that why are there so many diffs in +/- files (I'd expect mostly moving files) |
This PR breaks blame again because I didn't take care to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Apologies in advance for this un-reviewable PR. We're porting Explorer from Create React App to the brand-new-released-yesterday Next 13 with a modern App Router.
In addition to the port, this iteration features:
pnpm
Lighthouse scores
Without actually fixing many of the underlying problems, the old site on the new infrastructure pulls better Lighthouse scores.