@flagship.io/react-sdk 3.1.1-alpha.1 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -27
- package/dist/index.node.js +1072 -1
- package/dist/index.node.js.map +1 -1
- package/dist/src/FlagshipContext.d.ts +1 -1
- package/dist/src/FlagshipContext.js +7 -4
- package/dist/src/FlagshipHooks.d.ts +3 -3
- package/dist/src/sdkVersion.d.ts +1 -1
- package/dist/src/sdkVersion.js +1 -1
- package/package.json +108 -109
package/README.md
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
[](https://github.com/flagship-io/flagship-react-sdk/actions/workflows/workflow.yml) [](https://badge.fury.io/js/@flagship.io%2Freact-sdk)
|
|
2
|
-
|
|
3
|
-
## About Flagship
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<img src="https://www.flagship.io/wp-content/uploads/Flagship-horizontal-black-wake-AB.png" alt="drawing" width="150"/>
|
|
7
|
-
|
|
8
|
-
[Flagship by AB Tasty](https://www.flagship.io/) is a feature flagging platform for modern engineering and product teams. It eliminates the risks of future releases by separating code deployments from these releases :bulb: With Flagship, you have full control over the release process. You can:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- Switch features on or off through remote config.
|
|
12
|
-
- Automatically roll-out your features gradually to monitor performance and gather feedback from your most relevant users.
|
|
13
|
-
- Roll back any feature should any issues arise while testing in production.
|
|
14
|
-
- Segment users by granting access to a feature based on certain user attributes.
|
|
15
|
-
- Carry out A/B tests by easily assigning feature variations to groups of users.
|
|
16
|
-
|
|
17
|
-
<img src="https://www.flagship.io/wp-content/uploads/demo-setup.png" alt="drawing" width="600"/>
|
|
18
|
-
|
|
19
|
-
Flagship also allows you to choose whatever implementation method works for you from our many available SDKs or directly through a REST API. Additionally, our architecture is based on multi-cloud providers that offer high performance and highly-scalable managed services.
|
|
20
|
-
|
|
21
|
-
**To learn more:**
|
|
22
|
-
|
|
23
|
-
- [Solution overview](https://www.flagship.io/#showvideo) - A 5mn video demo :movie_camera:
|
|
24
|
-
- [Documentation](https://docs.developers.flagship.io/) - Our dev portal with guides, how tos, API and SDK references
|
|
25
|
-
- [Sign up for a free trial](https://www.flagship.io/sign-up/) - Create your free account
|
|
26
|
-
- [Guide to feature flagging](https://www.flagship.io/feature-flags/) - Everyhting you need to know about feature flag related use cases
|
|
27
|
-
- [Blog](https://www.flagship.io/blog/) - Additional resources about release management
|
|
1
|
+
[](https://github.com/flagship-io/flagship-react-sdk/actions/workflows/workflow.yml) [](https://badge.fury.io/js/@flagship.io%2Freact-sdk)
|
|
2
|
+
|
|
3
|
+
## About Flagship
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
<img src="https://www.flagship.io/wp-content/uploads/Flagship-horizontal-black-wake-AB.png" alt="drawing" width="150"/>
|
|
7
|
+
|
|
8
|
+
[Flagship by AB Tasty](https://www.flagship.io/) is a feature flagging platform for modern engineering and product teams. It eliminates the risks of future releases by separating code deployments from these releases :bulb: With Flagship, you have full control over the release process. You can:
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- Switch features on or off through remote config.
|
|
12
|
+
- Automatically roll-out your features gradually to monitor performance and gather feedback from your most relevant users.
|
|
13
|
+
- Roll back any feature should any issues arise while testing in production.
|
|
14
|
+
- Segment users by granting access to a feature based on certain user attributes.
|
|
15
|
+
- Carry out A/B tests by easily assigning feature variations to groups of users.
|
|
16
|
+
|
|
17
|
+
<img src="https://www.flagship.io/wp-content/uploads/demo-setup.png" alt="drawing" width="600"/>
|
|
18
|
+
|
|
19
|
+
Flagship also allows you to choose whatever implementation method works for you from our many available SDKs or directly through a REST API. Additionally, our architecture is based on multi-cloud providers that offer high performance and highly-scalable managed services.
|
|
20
|
+
|
|
21
|
+
**To learn more:**
|
|
22
|
+
|
|
23
|
+
- [Solution overview](https://www.flagship.io/#showvideo) - A 5mn video demo :movie_camera:
|
|
24
|
+
- [Documentation](https://docs.developers.flagship.io/) - Our dev portal with guides, how tos, API and SDK references
|
|
25
|
+
- [Sign up for a free trial](https://www.flagship.io/sign-up/) - Create your free account
|
|
26
|
+
- [Guide to feature flagging](https://www.flagship.io/feature-flags/) - Everyhting you need to know about feature flag related use cases
|
|
27
|
+
- [Blog](https://www.flagship.io/blog/) - Additional resources about release management
|