You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Optimizely Rollouts is free feature flags for development teams. Easily roll out
12
12
- User ID + attributes memoization
13
13
- Render blocking until datafile is ready via a React API
14
14
- Optimizely timeout (only block rendering up to the number of milliseconds you specify)
15
-
- Library of React components to use with [feature flags](https://docs.developers.optimizely.com/full-stack/docs/use-feature-flags) and [A/B tests](https://docs.developers.optimizely.com/full-stack/docs/run-a-b-tests)
15
+
- Library of React components and hooks to use with [feature flags](https://docs.developers.optimizely.com/full-stack/v4.0/docs/create-feature-flags)
@@ -80,8 +80,8 @@ The `ReactSDKClient` client created via `createInstance` is the programmatic API
80
80
_arguments_
81
81
82
82
-`config : object` Object with SDK configuration parameters. This has the same format as the object passed to the `createInstance` method of the core `@optimizely/javascript-sdk` module. For details on this object, see the following pages from the developer docs:
@@ -114,13 +114,14 @@ Before rendering real content, both the datafile and the user must be available
114
114
115
115
#### Load the datafile synchronously
116
116
117
-
Synchronous loading is the preferred method to ensure that Optimizely is always ready and doesn't add any delay or asynchronous complexity to your application.
117
+
Synchronous loading is the preferred method to ensure that Optimizely is always ready and doesn't add any delay or asynchronous complexity to your application. When initializing with both the SDK key and datafile, the SDK will use the given datafile to start, then download the latest version of the datafile in the background.
0 commit comments