fluxible-context

Fluxible context singleton that can be used between apps and libraries to access a shared fluxible context.

Usage no npm install needed!

<script type="module">
  import fluxibleContext from 'https://cdn.skypack.dev/fluxible-context';
</script>

README

fluxible-context

Fluxible context singleton that can be used between apps and libraries to access a shared fluxible context.

import FluxibleContext from 'fluxible-context';

<FluxibleContext.Provider value={context}>
    
</FluxibleContext.Provider>

https://github.com/yahoo/fluxible/issues/584