Hi there, I'm setting up GrowthBook for a React ap...
# ask-questions
b
Hi there, I'm setting up GrowthBook for a React app + Dotnet.core API. Is it possible that the two SDK's will diverge and cause some discrepancies in experiment targeting? Would the two SDK will assign different variations the same experiment sometimes? What would you recommend to do to avoid this problem? Regards
f
We use the same hashing functions to ensure consistency across all our SDKs
f
Assuming you are passing in the same user attributes both places, then users will get the same variation on both front and back end.
b
Thank you for such quick answer! Can we trust the community developed dotnet SDK just the same way?
f
yes, we have a set of more than 200 tests that all the sdks need to pass
b
Thanks a ton