You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: