Skip to content

Instantly share code, notes, and snippets.

@daveols
Last active July 6, 2018 03:25
Show Gist options
  • Save daveols/7d25846fcaf4984d456bbe491994f508 to your computer and use it in GitHub Desktop.
Save daveols/7d25846fcaf4984d456bbe491994f508 to your computer and use it in GitHub Desktop.
React Loads - use on individual loaders only
const App = () => (
-  <LoadsProvider>
    <Bacon />
-  </LoadsProvider>
)
const Bacon = () => (
<Loads cacheKey='bacon' cacheProvider={cacheProvider} fn={getBacon}>
...
</Loads>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment