Skip to content
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

feat: React 19 support for custom elements #30107

Open
3 tasks done
ptmkenny opened this issue Jan 2, 2025 · 0 comments
Open
3 tasks done

feat: React 19 support for custom elements #30107

ptmkenny opened this issue Jan 2, 2025 · 0 comments
Labels

Comments

@ptmkenny
Copy link

ptmkenny commented Jan 2, 2025

Prerequisites

Describe the Feature Request

React 19, which was released in December 2024, has support for custom elements. This should make it possible to remove the React component wrappers and use Ionic web components directly in React.

Describe the Use Case

Before React 19, support for web components required that they be wrapped as React components. React 19 supports web components natively, so this extra layer can be removed.

Describe Preferred Solution

Provide a way to use Ionic web components with React 19's native support and document that. Also, it would be great to make some codemods to do the upgrade automatically.

Describe Alternatives

No response

Related Code

No response

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant