Package react4j
Class Context.ProviderBuilder<ST>
java.lang.Object
react4j.Context.ProviderBuilder<ST>
A Builder for the Provider component.
A provider component is a react component that allows Consumers to subscribe to context changes.
-
Method Summary
-
Method Details
-
key
Specify the key for the component if required.- Parameters:
key
- the key for the component.- Returns:
- the builder.
-
value
-
children
-
build
-