flag
flag copied to clipboard
Best-in-class interface for working with feature flags in TypeScript-based React applications
Results
2
flag issues
Sort by
recently updated
recently updated
newest added
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
dependencies
I want to have a simple helper compent, that evaluates a flag and then either shows or hides its children, something like: `` How can I properly type these props?...