Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/betrybe/flipt-js

Flipt library for JS that allows rendering components based on Feature Flags 🎉
https://github.com/betrybe/flipt-js

flipt hacktoberfest javascript react

Last synced: about 1 month ago
JSON representation

Flipt library for JS that allows rendering components based on Feature Flags 🎉

Awesome Lists containing this project

README

        

# Flipt React ⚛️

[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)

A monorepo that holds the libraries used as a [Flipt](https://flipt.io/) client for JavaScript projects, including the React library. Enabling or disabling the features rendering based on Feature Flags.

- 📦 Packages published in ESM, CommonJS and UMD.
- ⚡️ Lightweight, tree-shakeable and free from packages with side-effects.
- 🔋 Batteries included, no additional libraries are required (only `@betrybe/flipt-react`)

| Package | Description |
| ---------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [`@betrybe/flipt-react`](./packages/flipt-react/README.md) | A package with _hooks_, components and _Providers_ used to query Flipt servers |
| [`@betrybe/flipt-sdk`](./packages/flipt-sdk/README.md) | A package that holds the methods to use Flipt in _JavaScript_ projects |

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Ivan Rosolen

📖

Julio Cesar

🌍

Vitor Luiz Cavalcanti

💻

Italo Pereira

💻

Mateus Talles

💻 ⚠️

Olavo G. Junior

💻 🐛

Allan da Silva

💻 🐛

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## License

[Apache-2.0](./LICENSE)