usePipeline
The usePipeline hook implement React.useContext
with the PipelineContext
.
It is essentially a shortcut to this implementation:
The implementation becomes a bit simpler by utilizing the custom hook.
The usePipeline hook implement React.useContext
with the PipelineContext
.
It is essentially a shortcut to this implementation:
The implementation becomes a bit simpler by utilizing the custom hook.