Skip to content

Conversation

brandyscarney
Copy link
Member

@brandyscarney brandyscarney commented Oct 17, 2025

The Packages & CDN guide has some information on how to get started with Angular, React and Vue but these sections are incomplete. For example, we cover how to add React to an existing app here but it is missing a lot of steps that are documented in the guide here. It doesn't make sense to have the same information in two places, so this PR updates the Packages & CDN to redirect out to the Quickstart & Add to Existing guides for the packages, but keeps the CDN content.

⚠️ In progress: Adding Angular & Vue "Add to Existing" guides

Before After
production view of packages and cdn page branch view of packages and cdn page

Copy link

vercel bot commented Oct 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
ionic-docs Ready Ready Preview Comment Oct 17, 2025 10:06pm

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

</div>
)}
{props.ionicon && <ion-icon name={props.ionicon} className="Card-ionicon"></ion-icon>}
{props.iconset && (
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I searched the repository and iconset was not used anywhere so I stole this property to make my card that shows icon + icon:

Image

}

docs-cards:has(docs-card:only-child) {
grid-template-columns: 1fr 1fr;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed so that the JavaScript card does not stretch the entire width of the row.

"destination": "/docs/react/add-to-existing"
},
{
"source": "/docs/:version(v7)/react/adding-ionic-react-to-an-existing-react-project",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not include v6 here as the guide did not exist in v6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant