feat(app): next-15 basic migration to next-15 from 14 with build fixes#126
Open
turingAlan wants to merge 2 commits intom2b3:mainfrom
Open
feat(app): next-15 basic migration to next-15 from 14 with build fixes#126turingAlan wants to merge 2 commits intom2b3:mainfrom
turingAlan wants to merge 2 commits intom2b3:mainfrom
Conversation
migrated from next-14 to next-15 as it provides better native support for PWA internally in the framework
Contributor
Author
|
@armanalam03 @dinakar17, could you review this PR? I’d appreciate your help. Thanks! |
Contributor
|
Pr is good. But I don't think it's necessary step at the moment. I'll merge it later. |
Contributor
Author
|
Thanks for the input, @dinakar17 ! Since improving the PWA is a key goal, this migration to Next.js 15 is a first step with its native support. Happy to pause if you think other priorities come first—just let me know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
migrated from next-14 to next-15 as it provides better native support for PWA internally in the framework
Title: next-15 basic migration to next-15 from 14 with build fixes
Description: This PR migrates the project from Next.js 14 to Next.js 15 to leverage its improved native support for Progressive Web Apps (PWAs) directly within the framework. The migration eliminates the need for external dependencies like
next-pwa, marking the first step toward enhancing PWA capabilities in our web application.Key changes include:
next-themesandyoopta) to compatible versions.Notes:
This migration sets the foundation for future PWA improvements while ensuring stability with the current setup.
Screenhots (if any):
Resolves #