-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update the Learn codebase #764
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
How can changes be better communicated? Here I was in the middle of tutorial only to have changes made halfway through. Is there a way to go to a previous version of the tutorial? |
Hey there, you can always checkout the repo from a specific commit if you want to use the version before this! |
.nvmrc
file and bump to Node.js 20 inpackage.json
(trying to have fewer config files)dotenv
needed). Also, use a database transaction so it will rollback if any parts fail. Tested it worked.noStore()
calls. With the changes in Next.js 15, these queries are not cached.