Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 464 Bytes

File metadata and controls

21 lines (14 loc) · 464 Bytes

featurevisor-example-react

Example of using the Featurevisor React SDK in a React application built with Vite.

The application creates a Featurevisor instance, supplies it through FeaturevisorProvider, and evaluates the baz feature with useFlag.

Setup

npm ci

Usage

npm run dev
npm test
npm run build

Visit featurevisor.com for the complete documentation.