Renderer Example
Sometimes we want to render React components from the plugin. For example, say, you have a Dashboard app and you want to build a "Share" feature that shows a button in the header. Clicking on the button will open a popup to show the share options. React Pluggable ships with a Renderer Plugin to solve this problem. We can use the RendererPlugin to define placeholders in our React app, which can then be used by the plugins to render React components.
To know more about RendererPlugin, click here