-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When calling identify
and the (server-generated) all_flags_state
for the new user is available, I'd like these flags to be made available immediately (through React hooks etc.), not wait for a server round-trip.
The same reason as why you support bootstrapping at client initialization, only later in the client lifecycle.
Currently the flag defaults are used until the round-trip to your server completes.
Describe the solution you'd like
A new (optional) argument flags
to identify
would be great.
Describe alternatives you've considered
I've tried hacking around this in various ways but couldn't find a solution.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request