This example shows how to add feature flags easily to my todolist app with react. I want to add the ability to control whether the current user can delete tasks. I want to roll this functionality out in a controlled way, using feature flags.
Split.io is a feature flagging and experimentation platform. Split makes it easy for developers to set up feature flags, perform controlled rollouts with canary releases, and measure the outcomes with detailed analytics.
To install this example application, run the following commands:
git clone https://github.com/splitio-examples/react-set-up-feature-flags.git
cd react-set-up-feature-flags
npm install
npm start
👤 Talia Nassi
- Twitter: @talia_nassi
- Github: @talianassi921
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator