SA
Skip to main content

Feature Flag

  • guard rails when releasing new things.
  • instead of removing the branch conditions altogether, we can softly toggle the flag on the backend side
  • Essentially controls the FE with the backend