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: 12 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T12:42:35.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T14:07:35.686Z (almost 2 years 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 ⚛️
[](#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)