python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trying to think an approach for creating a feature flag in React
I'm trying to create a feature flag in my react project (I believe I have to add a feature flag in the appsettings.json file), the flag is to hide the features that are currently being developed as we...
Noob_Developer
Votes: 0
Answers: 1
Azure Feature Flag is not updating after cache expiration
We have FeatureFlag: IsServiceNeeded with no label set in Feature Manager of Azure App Configuration. We have used in built method AddAzureAppConfiguration by setting up the cache interval.
We are usi...
Vicky
Votes: 0
Answers: 1
Split.io - How to get treatment without needing to render a component/HOC
I'm working on an application where I need to send a data to the backend from the form, where one of the parameter I need to send a Boolean value. If the email has some @domainexample.com or others, I...
Maximilian Kaden
Votes: 0
Answers: 1
How are users identified in LaunchDarkly?
I'm using LaunchDarkly for feature flag management and I don't know where to get the key of the current user. Here is an example from the LD documentation of their React SDK:
import { withLDProvider }...
ganqqwerty
Votes: 0
Answers: 1