StateManagerScopeProvider
Overview
Type: FunctionComponent
Provider component to use scoped State Managers by using React's Context API under the hood.
Props
children
— Thechildren
prop.
Type:ReactNode
Required: Yeswith
— The State Managers to use.
Type:Array
(ofSimpleStateManager
,StateManager
orAsyncStateManager
)
Required: Yes