Skip to content

Commit 095627f

Browse files
committed
Update command to create react app
1 parent 8f8d431 commit 095627f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)