React Pluggable

React Pluggable

  • Docs
  • FAQ
  • Github
  • Hire The Creators

›Examples

Getting Started

  • Introduction
  • Installation
  • Motivation

Examples

  • Hello World
  • Renderer Example
  • Event Example
  • Typing Example
  • Todo App

Core Concepts

  • Dependencies
  • Typing
  • How to create a Plugin
  • Events

Api References

  • API Overview
  • Plugin
  • IPlugin
  • PluginStore
  • RendererPlugin

Tips and Tricks

  • Naming Convention

FAQ

  • FAQ's

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

← Hello WorldEvent Example →
React Pluggable
Docs
Getting StartedExamplesCore ConceptsAPI ReferencesFAQ
Community
TwitterStackoverflowDiscord
More
GitHubContribution Guidelines

Star
Built with ♥ at GeekyAnts
Copyright © 2020 React Pluggable.