Closed thadk closed 3 years ago
Guidance: https://dev.to/timon/developing-a-website-with-react-feature-flags-netlify-and-github-actions-2eld
Release Toggles allow incomplete and un-tested codepaths to be shipped to production as latent code which may never be turned on.
— Feature Toggles, Pete Hodgson
No need to do the Github Actions portion. Just focus on the .env part.
.env
Completed
Guidance: https://dev.to/timon/developing-a-website-with-react-feature-flags-netlify-and-github-actions-2eld
— Feature Toggles, Pete Hodgson
No need to do the Github Actions portion. Just focus on the
.env
part.