# mini-create-react-context
> (A smaller) Polyfill for the [React context API](https://github.com/reactjs/rfcs/pull/2) ## Install ```sh npm install mini-create-react-context ``` You'll need to also have `react` and `prop-types` installed. ## API ```js const Context = createReactContext(defaultValue); /*