@flagsync/react-sdk
v0.3.1
Published
FlagSync SDK for React
Downloads
92
Readme
FlagSync SDK for React
At FlagSync, we believe the power of feature flags and A/B testing should be accessible to everyone, regardless of business size or budget.
That's why we developed an affordable, user-friendly platform that delivers the core functionality needed by indie hackers and growing businesses, without unnecessary complexity. Get started using FlagSync today!
Compatibility
This SDK relies on the React Context API and therefore requires React 16.3 or higher.
Installation
# npm
npm install @flagsync/react-sdk
# yarn
yarn add @flagsync/react-sdk
# pnpm
pnpm add @flagsync/react-sdk
Getting Started
Refer to the SDK documentation for more information on how to use this library.
Node / JavaScript
This SDK wraps the JavaScript SDK for smoother integration with React applications. However, if you're building a non-React application for Node.js or the web browser, you should use our isomorphic JavaScript SDK instead.