Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/featureprobe/client-sdk-react
FeatureProbe Client Side SDK for React
https://github.com/featureprobe/client-sdk-react
Last synced: 3 days ago
JSON representation
FeatureProbe Client Side SDK for React
- Host: GitHub
- URL: https://github.com/featureprobe/client-sdk-react
- Owner: FeatureProbe
- License: apache-2.0
- Created: 2022-11-22T06:37:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T17:45:37.000Z (26 days ago)
- Last Synced: 2024-10-31T18:59:15.839Z (20 days ago)
- Language: TypeScript
- Size: 3.75 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeatureProbe Client Side SDK for React
[![Top Language](https://img.shields.io/github/languages/top/FeatureProbe/client-sdk-react)](https://github.com/FeatureProbe/client-sdk-react/search?l=rust)
[![Coverage Status](https://coveralls.io/repos/github/FeatureProbe/client-sdk-react/badge.svg?branch=main)](https://coveralls.io/github/FeatureProbe/client-sdk-react?branch=main)
[![Github Star](https://img.shields.io/github/stars/FeatureProbe/client-sdk-react)](https://github.com/FeatureProbe/client-sdk-react/stargazers)
[![Apache-2.0 license](https://img.shields.io/github/license/FeatureProbe/FeatureProbe)](https://github.com/FeatureProbe/FeatureProbe/blob/main/LICENSE)[FeatureProbe](https://featureprobe.com/) is an open source feature management service. This SDK is used to control features in React programs. This
SDK is designed primarily for use in multi-user systems such as web servers and applications.## Basic Terms
Reading the short [Basic Terms](https://github.com/FeatureProbe/FeatureProbe/blob/main/BASIC_TERMS.md) will help to understand the code blow more easily. [中文](https://github.com/FeatureProbe/FeatureProbe/blob/main/BASIC_TERMS_CN.md)
## Core Data Structures
Reading the short [Doc](https://github.com/FeatureProbe/feature-probe-docs/blob/b8c55a35c771e4223469f1b121f8b78ab3d9bc22/docs/sdk/sdk-introduction.md?plain=1#L13-L34) about core data sturtures. [中文](https://github.com/FeatureProbe/feature-probe-docs/blob/b8c55a35c771e4223469f1b121f8b78ab3d9bc22/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/sdk-introduction.md?plain=1#L14-L35)
## How to use this SDK
See [SDK Doc](https://featureprobe.github.io/FeatureProbe/how-to/Client-Side%20SDKs/react-sdk) for detail([中文](https://featureprobe.github.io/FeatureProbe/zh-CN/how-to/Client-Side%20SDKs/react-sdk/)). For more information about SDK API, please reference [SDK API](https://featureprobe.github.io/client-sdk-react/).
## Contributing
We are working on continue evolving FeatureProbe core, making it flexible and easier to use.
Development of FeatureProbe happens in the open on GitHub, and we are grateful to the
community for contributing bugfixes and improvements.Please read [CONTRIBUTING](https://github.com/FeatureProbe/featureprobe/blob/master/CONTRIBUTING.md)
for details on our code of conduct, and the process for taking part in improving FeatureProbe.## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.