0

Any ideas for caching or otherwise reducing the number of requests when using Azure App Config for feature flagging?

The .NET sdk docs does provide some options including a .SetCacheExpiration method for setting a cache expiration time, but there doesn't appear to be anything similar in the js sdk.

Any pointers will be much appreciated - thanks!

Context: using Azure App Configuration for feature flagging in a Next.js application using the JS sdk.

Omid W
  • 1

1 Answers1

0

No, there isn't any feature management support for JS like .NET in App Configuration today.

Zhenlan Wang
  • 1,213
  • 8
  • 10