This lets you avoid a deeply nested set of providers by defining them as an array.
importProviderStackfrom'react-provider-stack';functionApp(){return(<ProviderStackproviders={[Provider1,Provider2,Provider3]}><AppLogic/></ProviderStack);}The only requirement is that each provider is a react component that only takes children.
This README was generated by anansi.