Module
Radox.React.Internal.Consumer
- Package
- purescript-react-radox
- Repository
- danieljharvey/purescript-react-radox
#radoxConsumer Source
radoxConsumer :: forall state action localState props. Context (RadoxStore action state) -> ReactThis props localState -> ReactRadoxRenderMethod props state localState action -> Effect ReactElement
Internal function that creates a Purescript React class which allows consumption of the Radox store via React Context