@clubedge/feature-flags-react) provides a FeatureFlagsProvider and the useFeatureFlag() hook for client-side React applications. It wraps @clubedge/feature-flags-sdk-core and is designed for component-level conditional rendering.
Requirements
- Any modern evergreen browser (ES2020+)
- React 18+
Installation
Quick start
1. Create and initialize a client
2. Wrap your app with the provider
3. Evaluate flags in components
Browser (vanilla JS)
For non-React browser usage, install@clubedge/feature-flags-browser (same FeatureFlagsClient API):
Security considerations
API reference
Next steps
- SDK configuration reference — full options, lifecycle, events
- Next.js SDK — if you need SSR support
- Evaluation API — server-side evaluation with full context

