Does the JS SDK have a listener/hook for when devt...
# announcements
l
Does the JS SDK have a listener/hook for when devtool has changed? Trying to refresh our angular app
f
Yes. There is a
setRenderer
method on the GrowthBook instance that takes a callback. It is called every time the state of a feature or experiment changes. It's what the React SDK uses internally.