Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🎉
- Host: GitHub
- URL: https://github.com/betrybe/flipt-js
- Owner: betrybe
- License: apache-2.0
- Created: 2021-09-09T12:57:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T12:42:35.000Z (5 months ago)
- Last Synced: 2024-08-09T14:07:35.686Z (5 months ago)
- Topics: flipt, hacktoberfest, javascript, react
- Language: TypeScript
- Homepage:
- Size: 22.9 MB
- Stars: 35
- Watchers: 37
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)