Take a functional component and creates a new functional component that takes binding props. The non-bound types are also still accepted.
The component will be re-rendered any time binding props change.
The bindings are resolved before calling the original component.
Bindings can also be passed through by specifying key names in the passThru
option.
Take a functional component and creates a new functional component that takes binding props. The non-bound types are also still accepted.
The component will be re-rendered any time binding props change.
The bindings are resolved before calling the original component.
Bindings can also be passed through by specifying key names in the
passThru
option.