Module
Radox.React.Internal.Provider
- Package
- purescript-react-radox
- Repository
- danieljharvey/purescript-react-radox
#radoxProvider Source
radoxProvider :: forall state action. Context (RadoxStore action state) -> CombinedReducer action state -> state -> ReactClass { children :: Array ReactElement }
Internal function for creating a Purescript React class that providers the Radox store through React Context