React Pluggable

React Pluggable

  • Docs
  • FAQ
  • Github
  • Hire The Creators

›Api References

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

API Overview

The top level export from react-pluggable is:

  • Plugin

    • createPluginStore
    • PluginProvider
    • usePluginStore
  • IPlugin

    • getPluginName
    • getDependencies
    • init
    • activate
    • deactivate
  • PluginStore API

    • install
    • getInstalledPluginNameWithVersion
    • addFunction
    • executeFunction
    • removeFunction
    • uninstall
    • addEventListener
    • removeEventListener
    • dispatchEvent
  • RendererPlugin

← EventsPlugin →
React Pluggable
Docs
Getting StartedExamplesCore ConceptsAPI ReferencesFAQ
Community
TwitterStackoverflowDiscord
More
GitHubContribution Guidelines

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