Hi, question; Can we track feature flag changes in...
# announcements
b
Hi, question; Can we track feature flag changes in real time on client, in a way the app can react to those changes instantly? Tried it with just basic configuration using
useFeature
hook with react, but changes wont kick in unless i refresh the app manually or close it.
f
We don't have a built-in way to do that right now. Someone built a proof-of-concept using websockets and AWS API Gateway - https://www.linen.dev/s/growthbookusers/t/36950/Hey-guys-Just-reviewing-GB-to-see-if-it-s-something-I-d-be-i
1