react-combine-providers
Version:
Avoid flying ducks in react providers tree
80 lines (52 loc) • 2.83 kB
Markdown
react-combine-providers
========================
<a href="http://twitter.com/share?text=Hey! I found this!&url=https://github.com/epranka/react-combine-providers">
<img src="https://img.shields.io/twitter/url/http/github.com/epranka/react-combine-providers.svg?style=social"
alt="tweet" />
</a>
<a href="https://twitter.com/intent/follow?screen_name=epranka">
<img src="https://img.shields.io/twitter/follow/epranka.svg?style=social&logo=twitter"
alt="follow on Twitter"></a>
<a href="https://www.npmjs.com/package/react-combine-providers">
<img src="https://img.shields.io/npm/dt/react-combine-providers.svg?style=flat" />
</a>
In React.js, libraries such as ReactRouter, StyledComponents SSR, ReactHelmet and many other has providers. If you has a more than four providers in the root of the application, your entry file usually looks like as flying ducks in the sky

This module lets avoid it, and makes flying ducks more readable

```
npm install --save react-combine-providers
```
or
```
yarn install react-combine-providers
```
```js
import { combineProviders } from "react-combine-providers";
```


If you have problems with state loose, use render method instead

Edvinas pranka
[@epranka](https://twitter.com/epranka)
https://www.kodmina.lt
ISC License
Copyright (c) 2019 Edvinas Pranka(@epranka, https:///www.kodmina.lt)
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.