Skip to content

Commit 59fd6d6

Browse files
[FSSDK-9349] [React] Update readme (#202)
* Update links * Update React SDK compatible version * Update react hook link
1 parent c4400e7 commit 59fd6d6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository houses the React SDK for use with Optimizely Feature Experimentation and Optimizely Full Stack (legacy).
44

5-
Optimizely Feature Experimentation is an A/B testing and feature management tool for product development teams that enables you to experiment at every step. Using Optimizely Feature Experimentation allows for every feature on your roadmap to be an opportunity to discover hidden insights. Learn more at [Optimizely.com](https://www.optimizely.com/products/experiment/feature-experimentation/), or see the [developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/welcome).
5+
Optimizely Feature Experimentation is an A/B testing and feature management tool for product development teams that enables you to experiment at every step. Using Optimizely Feature Experimentation allows for every feature on your roadmap to be an opportunity to discover hidden insights. Learn more at [Optimizely.com](https://www.optimizely.com/products/experiment/feature-experimentation/), or see the [developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/introduction).
66

77
Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feature-flagging/) for development teams. You can easily roll out and roll back features in any application without code deploys, mitigating risk for every feature on your roadmap.
88

@@ -20,7 +20,7 @@ Refer to the [React SDK's developer documentation](https://docs.developers.optim
2020

2121
### Compatibility
2222

23-
The React SDK is compatible with `React 16.3.0 +`
23+
The React SDK is compatible with `React 16.8.0 +`
2424

2525
### Example
2626

@@ -197,7 +197,7 @@ class AppWrapper extends React.Component {
197197

198198
## `useDecision` Hook
199199

200-
A [React Hook](https://reactjs.org/docs/hooks-intro.html) to retrieve the decision result for a flag key, optionally auto updating that decision based on underlying user or datafile changes.
200+
A [React Hook](https://react.dev/learn/state-a-components-memory#meet-your-first-hook) to retrieve the decision result for a flag key, optionally auto updating that decision based on underlying user or datafile changes.
201201

202202
_arguments_
203203

@@ -343,7 +343,7 @@ The following type definitions are used in the `ReactSDKClient` interface:
343343

344344
## Rollout or experiment a feature user-by-user
345345

346-
To rollout or experiment on a feature by user rather than by random percentage, you will use Attributes and Audiences. To do this, follow the documentation on how to [run a beta](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/run-a-beta) using the React code samples.
346+
To rollout or experiment on a feature by user rather than by random percentage, you will use Attributes and Audiences. To do this, follow the documentation on how to [run a beta](https://docs.developers.optimizely.com/feature-experimentation/docs/run-a-beta) using the React code samples.
347347

348348
## Server Side Rendering
349349

@@ -519,8 +519,6 @@ First-party code subject to copyrights held by Optimizely, Inc. and its contribu
519519

520520
- Python - https://github.com/optimizely/python-sdk
521521

522-
- React - https://github.com/optimizely/react-sdk
523-
524522
- Ruby - https://github.com/optimizely/ruby-sdk
525523

526-
- Swift - https://github.com/optimizely/swift-sdk
524+
- Swift - https://github.com/optimizely/swift-sdk

0 commit comments

Comments
 (0)