therungg / therun-frontend

Frontend for therun.gg
https://therun-fr-therun.vercel.app
MIT License
26 stars 8 forks source link

Implement feature flags #10

Closed therungg closed 1 year ago

therungg commented 1 year ago

I'd like to have a good implementation of feature flags in environment variables, to be able to turn on and off features. Especially now that the project is open source.

Inspiration: https://github.com/facebook/react/blob/main/packages/shared/ReactFeatureFlags.js

therungg commented 1 year ago

Fixed in #29