-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Parent Branch] Next js Pages Router to App Router migration #1146
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e11321 - Browse repository at this point
Copy the full SHA 0e11321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9f9dd - Browse repository at this point
Copy the full SHA 7f9f9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1efc2 - Browse repository at this point
Copy the full SHA 8c1efc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ce910 - Browse repository at this point
Copy the full SHA 44ce910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4579b2f - Browse repository at this point
Copy the full SHA 4579b2fView commit details -
App router migration google tag manager script (#1117)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Add google tag manager to root layout * Change strategy as worker is experimental and is not including the script * Move gtm to body as next is including it in head properly * Add comment to tackle in the future * Move gtm script from _document to _app
Configuration menu - View commit details
-
Copy full SHA for 50dec7b - Browse repository at this point
Copy the full SHA 50dec7bView commit details -
App router migration rollbar script (#1118)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Use script tag and set id * Add rollbar script to root layout * Make it beforeInteractive so it is included in the head * Move to _app as next/script is not working in _document
Configuration menu - View commit details
-
Copy full SHA for ec6a8c3 - Browse repository at this point
Copy the full SHA ec6a8c3View commit details -
App router migration opengraph metadata (#1120)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Move primary color to a constant so can be used in a server component (root layout) * Create rootMetadata * Fix format * Add metadata to root layout --------- Co-authored-by: eleanorreem <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 604f4e8 - Browse repository at this point
Copy the full SHA 604f4e8View commit details -
App router migration error boundary component (#1121)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Make error boundary client component * Add ErrorBoundary component to root layout * Create app router error route test page --------- Co-authored-by: eleanorreem <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c6bb43 - Browse repository at this point
Copy the full SHA 9c6bb43View commit details -
App router migration material UI configuration (#1122)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Create theme registry component * Add ThemeRegistry to root layout * Make theme client component * Install mui for app router --------- Co-authored-by: eleanorreem <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55d9351 - Browse repository at this point
Copy the full SHA 55d9351View commit details -
App router migration analytics (#1123)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Create Analytics component * Add analytics to root layout * Update layout.tsx --------- Co-authored-by: eleanorreem <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df05a53 - Browse repository at this point
Copy the full SHA df05a53View commit details -
App router migration new relic configuration (#1086)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Add new relic nextjs configuration * Create new relic configuration file * Use new relic configuration * Remove non required file * Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * App router migration google tag manager script (#1117) * Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Add google tag manager to root layout * Change strategy as worker is experimental and is not including the script * Move gtm to body as next is including it in head properly * Add comment to tackle in the future * Move gtm script from _document to _app * App router migration rollbar script (#1118) * Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Use script tag and set id * Add rollbar script to root layout * Make it beforeInteractive so it is included in the head * Move to _app as next/script is not working in _document * App router migration opengraph metadata (#1120) * Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Move primary color to a constant so can be used in a server component (root layout) * Create rootMetadata * Fix format * Add metadata to root layout --------- Co-authored-by: eleanorreem <[email protected]> * App router migration error boundary component (#1121) * Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Make error boundary client component * Add ErrorBoundary component to root layout * Create app router error route test page --------- Co-authored-by: eleanorreem <[email protected]> * App router migration material UI configuration (#1122) * Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Create theme registry component * Add ThemeRegistry to root layout * Make theme client component * Install mui for app router --------- Co-authored-by: eleanorreem <[email protected]> * App router migration analytics (#1123) * Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Create Analytics component * Add analytics to root layout * Update layout.tsx --------- Co-authored-by: eleanorreem <[email protected]> --------- Co-authored-by: eleanorreem <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c76bfa0 - Browse repository at this point
Copy the full SHA c76bfa0View commit details