Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ React Pluggable simplifies the problem in 3 simple steps:
2. You can use that feature anywhere in the app by calling that feature using PluginStore rather than importing that feature directly.
3. If you do not want a particular plugin in your app, you can uninstall it from your plugin store or just comment out the installation.


## About

A plugin system for React applications by [GeekyAnts](https://geekyants.com?utm_source=github&utm_medium=opensource&utm_campaign=react-pluggable).

We offer [web engineering](https://geekyants.com/service/hire-web-app-development-services?utm_source=github&utm_medium=opensource&utm_campaign=react-pluggable)
and [full stack development](https://geekyants.com/service/full-stack-app-development-services?utm_source=github&utm_medium=opensource&utm_campaign=react-pluggable)
services. [Get in touch](https://geekyants.com/hire?utm_source=github&utm_medium=opensource&utm_campaign=react-pluggable).

### 3) Features

- **Open-closed Principle**
Expand Down
Loading