DEV Community

Discussion on: Using LaunchDarkly's Feature Flags with React to Display Real Time Information

Collapse
 
mahmoudjbor profile image
MahmoudJbor

Nice article, feature flagging are great, the only issue with these flags, is that in case you have really big features, it will add overhead to manage the code, it will increase the tech dept, because if you release a feature to all customers it will be meatless to have to versions of the same feature and one of them isn't called at all!

Collapse
 
roseanna profile image
Roseanna Mcfarlane

Thank you :) Yes it's true that it comes down to a cost benefit analysis. Ie, Is the use of feature flags worth the added code and overhead. It will be a case by case basis for sure and dependent on the project scope etc.