Skip to content

Commit 24e0100

Browse files
Replace link to new react app (#3071)
* Replace link to new react app * Update command to create react app
1 parent 646d18e commit 24e0100

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/client/javascript-mono/react/_reactInstall.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Tabs from "@theme/Tabs";
22
import TabItem from "@theme/TabItem";
33

44
:::info
5-
If you are starting from scratch, please refer to [New React App](https://create-react-app.dev/docs/getting-started/) to get a simple React app up and running.
5+
If you are starting from scratch, please refer to [New React App](https://react.dev/learn/build-a-react-app-from-scratch) to get a simple React app up and running.
66
:::
77

88
:::note

docs/developer-guides/feature-flags-in-react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ displayed_sidebar: cloud
66
keywords:
77
- owner:brock
88
last_update:
9-
date: 2024-10-07
9+
date: 2025-05-23
1010
---
1111

1212
Integrating feature flags into a React web application using the Statsig React SDK involves a few key steps. First, you'll start by setting up a basic React application. Then, you'll integrate Statsig to manage feature flags.
@@ -24,7 +24,7 @@ Integrating feature flags into a React web application using the Statsig React S
2424
- Ensure you have Node.js installed on your system.
2525
- Create a new React app by running the following command in your terminal:
2626
```
27-
npx create-react-app hello-world-react
27+
npm create vite@latest hello-world-react -- --template react
2828
```
2929
- Navigate into your new app directory:
3030
```

0 commit comments

Comments
 (0)