dltxio / idem-mobile

React native mobile app for Idem
MIT License
4 stars 0 forks source link

SPIKE: explore feature flag implementation options #356

Open pondpiu opened 2 years ago

pondpiu commented 2 years ago

Context

Compare

JasminFarhi commented 2 years ago

Option 1 (managed service & open source) = Flag Smith (https://docs.flagsmith.com/) - Host yourself or let us take care of the hosting. Option 2 (open source) = https://www.npmjs.com/package/react-feature-toggles Option 3 (in house solution) = https://www.freecodecamp.org/news/how-to-use-feature-toggles-in-next-js-and-react/

bitcoinbrisbane commented 2 years ago

Option 1 (managed service & open source) = Flag Smith (https://docs.flagsmith.com/) - Host yourself or let us take care of the hosting. Option 2 (open source) = https://www.npmjs.com/package/react-feature-toggles Option 3 (in house solution) = https://www.freecodecamp.org/news/how-to-use-feature-toggles-in-next-js-and-react/

Good options

JasminFarhi commented 2 years ago

Some more options

xiangzhe0812 commented 2 years ago

I think this one can wait until we have a stable version.