Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .sdk_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
"experimentation": { "introduced": "2.9" },
"flagChanges": { "introduced": "2.9" },
"hooks": { "introduced": "3.7" },
"inlineContextCustomEvents": { "introduced": "4.0" },
"perContextSummaryEvents": { "introduced": "3.8" },
"pluginSupport": { "introduced": "3.7" },
"privateAttrs": { "introduced": "2.9" },
Expand Down
13 changes: 4 additions & 9 deletions packages/sdk/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@
[![NPM][react-sdk-dm-badge]][react-sdk-npm-link]
[![NPM][react-sdk-dt-badge]][react-sdk-npm-link]

⚠️⚠️⚠️
## Getting started

> [!CAUTION]
> This SDK is in pre-release and not subject to backwards compatibility
> guarantees. The API may change based on feedback.
>
> Pin to a specific minor version and review the [changelog](./CHANGELOG.md) before upgrading.
Refer to the [SDK documentation](https://launchdarkly.com/docs/sdk/client-side/react/react-web) for instructions on getting started with using the SDK.

☝️☝️☝️
## Verifying SDK build provenance with the SLSA framework

## Getting started
Refer to the [SDK documentation](https://launchdarkly.com/docs/sdk/client-side/react/react-web#get-started) for instructions on getting started with using the SDK.
LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published SDK packages. To learn more, see the [provenance guide](../../../PROVENANCE.md).

## About LaunchDarkly

Expand Down
Loading
Loading