js-sdk icon indicating copy to clipboard operation
js-sdk copied to clipboard

feat(react): avoid re-resolving flags unaffected by a change event

Open beeme1mr opened this issue 5 months ago • 0 comments

This PR

  • avoid re-resolving flags unaffected by a change event

Notes

If the provider sends the change event payload, the React SDK uses the list of change flags. If the list is missing or empty, all events are triggered. This is a way to avoid sending unnecessary evaluation telemetry data.

beeme1mr avatar Sep 24 '24 19:09 beeme1mr