useLDClient is a custom hook which returns the underlying LaunchDarkly JavaScript SDK client object.
Like the useFlags custom hook, useLDClient also uses the useContext primitive to access the LaunchDarkly
context set up by withLDProvider. You will still need to use the withLDProvider HOC
to initialise the react sdk to use this custom hook.
useLDClient
is a custom hook which returns the underlying LaunchDarkly JavaScript SDK client object. Like theuseFlags
custom hook,useLDClient
also uses theuseContext
primitive to access the LaunchDarkly context set up bywithLDProvider
. You will still need to use thewithLDProvider
HOC to initialise the react sdk to use this custom hook.