wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.73k stars 1.13k forks source link

Add support for feature flags #2062

Open Martinsos opened 1 month ago

Martinsos commented 1 month ago

Feature flags for rolling out features, a/b testing, ... .

It is not yet clear to me if just documenting best practices for feature flags would be enough or if we want to have a top-level support for it, but that is what we have to figure out.