Migrate to Next.js#3485
Merged
jakeburden merged 372 commits intomainfrom Aug 16, 2021
Merged
Conversation
…nstead of forceUpdate() everywhere
…e (currently fake) directory into its own file
- transition to exportPathMap over getStaticPaths because gSP can't support multiple dynamic routes - transition from `platform` everywhere to `filterKey` because `platform`, `integration` and `framework` can all occur - note: currently not supporting Stencil architecture where recently selected `platform`s, `integration`s and `framework`s are saved and loaded from local storage -- can occur later (we have to deal with redirects eventually) [would have to revert changes to filter-data.ts and secondarynav/index.tsx] - stub UI directory - moved fragments to mirror page directory structure - fixed bug where codeblocks with no language attached failed to parse
…her roots meant router.path was /ChooseFilterPage
|
This pull request introduces 5 alerts when merging 52c986b into 373be37 - view on LGTM.com new alerts:
|
tjleing
approved these changes
Aug 16, 2021
|
This pull request introduces 5 alerts when merging 128ca04 into 373be37 - view on LGTM.com new alerts:
|
|
This pull request introduces 5 alerts when merging 9cf51ef into 373be37 - view on LGTM.com new alerts:
|
mauerbac
approved these changes
Aug 16, 2021
Contributor
mauerbac
left a comment
There was a problem hiding this comment.
Reviewed offline. Approved
|
This pull request introduces 3 alerts when merging 04f9ac6 into 373be37 - view on LGTM.com new alerts:
|
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.
Preview URL:
https://next-docs.amplify.aws/
Description of changes:
next/headcomponent. Since all content is static generated (and SSR in the future), search engines will be able to parse all content immediately.The content authoring experience should remain mostly the same, with three key differences:
<inline-fragment>we now use<Fragments>, and those fragments live in the/src/fragmentsdirectory.Example:
<amplify-block>and<amplify-block-switcher>we now use<Block>and<BlockSwitcher>Example:
<ui-component-props>, we now use<UiComponentProps>Example:
<UiComponentProps tag="amplify-s3-image" propType="attr" useTableHeaders />