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

React version of UI extension points #3072

Closed
arikfr opened this issue Nov 13, 2018 · 1 comment
Closed

React version of UI extension points #3072

arikfr opened this issue Nov 13, 2018 · 1 comment
Labels
Frontend: React Frontend codebase migration to React Frontend

Comments

@arikfr
Copy link
Member

arikfr commented Nov 13, 2018

Implement extension points support with React. In Angular we were just placing non existing components that extensions can implement. We will need a different process with React.

Maybe an <ExtensionPoint name="example /> component, which will maintain a registry of extension components. If a component registered for an extension point, it will be rendered there.

@arikfr arikfr added Frontend Frontend: React Frontend codebase migration to React labels Nov 13, 2018
@arikfr
Copy link
Member Author

arikfr commented Feb 5, 2019

Implemented in #3381.

@arikfr arikfr closed this as completed Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend: React Frontend codebase migration to React Frontend
Projects
None yet
Development

No branches or pull requests

1 participant