Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC Update readme to say not to use #39

Closed
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# React Injector

A library for sharing and extending components between multiple compiled JS bundles.
**This library should not no be used for new projects as it is essentially unmaintaied. You should instead simply use [lib/Injector](https://github.com/silverstripe/silverstripe-admin/blob/3/client/src/lib/Injector.js) in [silverstripe/admin](https://github.com/silverstripe/silverstripe-admin) instead.**

**This library is still used by the CMS 5 version of [silverstripe/mfa](https://github.com/silverstripe/silverstripe-mfa). This repository should be archived when CMS goes EOL.**

__CAUTION:__ This is an extremely early alpha release. Functionality is not guaranteed, and APIs may change at any time.
A library for sharing and extending components between multiple compiled JS bundles.

### Requirements

Expand Down