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: articles/azure-app-configuration/howto-variant-feature-flags-javascript.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
120
120
npm create vite@latest client
121
121
```
122
122
123
-
This will create a modern React app in the `client` directory.
123
+
This creates a modern React app in the `client` directory.
124
124
125
125
1. Switch to the *client* folder and install the required dependencies
126
126
@@ -380,7 +380,7 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
380
380
npm run build
381
381
```
382
382
383
-
1. Go back to the root folder, launch the backend.
383
+
1. Go back to the root folder and launch the backend.
384
384
385
385
386
386
```bash
@@ -391,11 +391,11 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
391
391
392
392
:::image type="content" source="media/howto-variant-feature-flags-javascript/default-variant.png" alt-text="Screenshot of the Quote of the day app, showing no greeting message for the user.":::
393
393
394
-
1. You can use `userId` query parameter in the url to specify the user id. Visit `localhost:8080/?userId=UserA` and you will see a long greeting message.
394
+
1. You can use `userId` query parameter in the url to specify the user id. Visit `localhost:8080/?userId=UserA` and you see a long greeting message.
395
395
396
396
:::image type="content" source="media/howto-variant-feature-flags-javascript/long-variant.png" alt-text="Screenshot of the Quote of the day app, showing long greeting message for the user.":::
397
397
398
-
1. Try different user IDs to see how the variant feature flag changes the greeting message for different segments of users. Visit `localhost:8080/?userId=UserB` and you will see a shorter greeting message.
398
+
1. Try different user IDs to see how the variant feature flag changes the greeting message for different segments of users. Visit `localhost:8080/?userId=UserB` and you see a shorter greeting message.
399
399
400
400
:::image type="content" source="media/howto-variant-feature-flags-javascript/simple-variant.png" alt-text="Screenshot of the Quote of the day app, showing simple greeting message for the user.":::
0 commit comments