Online examples
-
ActuatorProvider
example can be checked on line at gmullerb-react-actuator-provider codesandbox: -
A
SyncReducerProvider
example can be checked on line at *gmullerb-react-reducer-provider codesandbox:
-
An
SyncReducerProvider
with HOC example can be checked on line at gmullerb-react-reducer-provider codesandbox:
-
An
AsyncReducerProvider
example can be checked on line at gmullerb-react-reducer-provider-async codesandbox:
-
An
SyncMapperProvider
example can be checked on line at gmullerb-react-mapper-provider codesandbox:
-
An
SyncMapperProvider
example with both hooks and HOC can be checked on line at gmullerb-react-mapper-provider codesandbox:
-
An
AsyncMapperProvider
example can be checked on line at gmullerb-react-mapper-provider-async codesandbox:
-
An Extra parameters example can be checked on line at gmullerb-react-reducer-provider-async codesandbox:
-
A example with Reducer change can be checked on line at gmullerb-react-mapper-provider with a function as a state codesandbox:
-
A example with Function as State can be checked on line at gmullerb-react-mapper-provider with a function as a state codesandbox:
-
An example with Typescript typings can be checked on line at gmullerb-react-reducer-provider-ts codesandbox:
-
An example with Flow typings can be checked on line at gmullerb-react-reducer-provider-flow codesandbox:
-
An HOC example with Typescript typings can be checked on line at gmullerb-react-reducer-provider-ts codesandbox:
-
An asynchronous example with Typescript typings can be checked on line at gmullerb-react-reducer-provider-async-ts codesandbox:
-
An example with action creators can be checked on line at gmullerb-react-reducer-provider-with-actions-creators codesandbox:
-
An example with injection of state and/or dispatcher to components can be checked on line at gmullerb-react-reducer-provider-with-injection codesandbox:
-
Base code for a Web project in React and Typescript using react-reducer-provider.