splitio / react-client

React JS SDK client for Split Software
https://split.io
Other
27 stars 10 forks source link

Add `useSplitManager` hook #167

Closed EmilianoSanchez closed 10 months ago

EmilianoSanchez commented 11 months ago

React SDK

What did you accomplish?

const { manager, isReady, ... } = useSplitManager() // new hook

const manager = useManager() // deprecated

How do we test the changes introduced in this PR?

Extra Notes