react-combine-providers

Avoid flying ducks in react providers tree

Usage no npm install needed!

<script type="module">
  import reactCombineProviders from 'https://cdn.skypack.dev/react-combine-providers';
</script>

README

react-combine-providers

tweet follow on Twitter

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

example-of-flying-ducks

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

convert-flying-ducks-to-this

Install

npm install --save react-combine-providers

or

yarn install react-combine-providers

Import module

import { combineProviders } from "react-combine-providers";

Usage

usage-example

Real example

real-example

Real example with render

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

real-example-with-render

Author

Edvinas pranka

@epranka

https://www.kodmina.lt

License

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.