Manager hooks
useCreateManager
The useCreateManager hook is used to create a Manager within a React application with convenient memoization. Read more.
useManager
The useManager hook returns the Manager provided by the a Provider component. Read more.
useStartCallback
The useStartCallback hook returns a callback that can be used to start the Manager provided by a Provider component. Read more.
useStatus
The useStatus hook returns the current status of the Manager provided by a Provider component. Read more.
useStopCallback
The useStopCallback hook returns a callback that can be used to stop the Manager provided by a Provider component. Read more.