0.0.0 • Published 4 years ago

react-better-feature-flags v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-better-feature-flags

NPM version NPM downloads NPM license Codecov Travis Bundle size

About

Easier management of feature flags in a React project

Alternatives

How to Install

First, install the library in your project by npm:

$ npm install react-better-feature-flags

Or Yarn:

$ yarn add react-better-feature-flags

Getting Started

• Import hook in React application file:

import {} from 'react-better-feature-flags';

Returned Values

Example

License

This project is licensed under the MIT License © 2020-present Jakub Biesiada