[npm-badge-png]: https://nodei.co/npm/metaf-react.png?downloads=true&downloadRank=true&stars=true
[package-url]: https://npmjs.com/package/metaf-react

[![npm badge][npm-badge-png]][package-url]

[![Known Vulnerabilities](https://snyk.io/test/npm/metaf-react/badge.svg)](https://snyk.io/test/npm/metaf-react)

# MetaF React <!-- omit in toc -->
> Resolvable component and injection root for adding DI/IoC to React App.

## Table of Contents <!-- omit in toc -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [What is it?](#what-is-it)
- [Motivation](#motivation)
- [How it works?](#how-it-works)
- [Why do I have to use it?](#why-do-i-have-to-use-it)
- [Installation](#installation)
- [Usage](#usage)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## What is it?
Simple library for creating truly reusable react components, which won't require any additional gymnastics for theirs consumers by providing simple and straightforward `IoC`-container, with few additional features.

## Motivation

## How it works?

## Why do I have to use it?
You don't have to, but if you:

## Installation
Run:
```
npm install metaf-react
```

## Usage
