Hi! I’m writing a JS email-sending script where I’...
# ask-questions
s
Hi! I’m writing a JS email-sending script where I’m iterating over a group of users, and want to check whether or not they have the feature to get the email. Using @growthbook/growthbook. Is there a better way than instantiating a new GrowthBook instance for each user and loading their features? Is there a way to load all features at once and hash people’s ids for feature state client-side?
f
we designed the growthbook libraries to be very light weight
so you can call it every time, it will be fine