Guys, need some help. I have this feature set up ...
# announcements
r
Guys, need some help. I have this feature set up with 50% partial rollout. I have to redirect our users to a specific route if the feature is ON or OFF based on the rollout. The problem is that initially the feature is always OFF, then after a few moments it becomes ON. Is there a pattern to wait for the decision if the ID of the user is in the ON percentage or in the OFF percentage and after this wait then do something (in my case, redirect to a specific route)?
f
Which SDK are you using?
r
The ReactJS one.