react-client
react-client copied to clipboard
React JS SDK client for Split Software
Hi, I hope you are having a great day where you are. I've been trying the React SDK, and there's something I think SDK could really benefit from. # Problem...
For our team's use case, we often want to get a single split and its treatments. It seems that [getTreatment and getTreatmentWithConfig](https://github.com/splitio/javascript-client/blob/development/src/client/client.js#L20-L37) from the underlying javascript-SDK are not currently available...
# React SDK ## What did you accomplish? Added a `useTreatment` hook that takes in a single split. Addresses https://github.com/splitio/react-client/issues/69 ## How do we test the changes introduced in this...
Hey, I don't know if this is a widespread issue or just an issue on my end. I'm seeing a big amount of errors in Sentry of this issue: TypeError...
# React SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
# React SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
Hello! We were previously using version 1.13.0 and updated to 2.1.0. We then started seeing re-renders for any feature flag changes. When diffing the context against a stored version, the...
# React SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes