https://github.com/featureprobe/client-sdk-react
FeatureProbe Client Side SDK for React
https://github.com/featureprobe/client-sdk-react
Last synced: 9 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T17:45:37.000Z (over 1 year ago)
- Last Synced: 2025-04-25T19:39:31.769Z (9 months 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
[](https://github.com/FeatureProbe/client-sdk-react/search?l=rust)
[](https://coveralls.io/github/FeatureProbe/client-sdk-react?branch=main)
[](https://github.com/FeatureProbe/client-sdk-react/stargazers)
[](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.