Запитання 12
What is a best practice for managing feature flags in React Native apps?
Варіанти відповідей
Use remote config services with local caching, evaluate flags at feature boundaries, and clean up dead flags regularly.
Hardcode feature flags in the source code and update them via app releases.
Evaluate flags deep inside components without central coordination.
Do not use feature flags to avoid complexity.