Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Harsha Nalluru <[email protected]>
  • Loading branch information
maorleger and HarshaNalluru committed Dec 19, 2020
1 parent 8fe4fc7 commit 0942c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions samples/frameworks/react/ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This sample application shows how to use the TypeScript client libraries for Azure in some common scenarios.

In this sample, we build a simple Todo application in React using [create-react-app][react] and integrating with various Azure services
In this sample, we build a simple Todo application in React using [create-react-app][react] and integrating with various Azure services.

- Integration with Azure EventHubs showcases a mechanism for multiple instances to consume EventHub messages produced by any one of them.
- Integration with Azure ServiceBus showcases a mechanism for any single instance to consume ServiceBus messages. When multiple windows are open, only one of them will receive any given message.
Expand Down Expand Up @@ -36,9 +36,9 @@ Run the sample app:
npm start
```

A new browser window will open containing a sample set of Todos that have been created. Since this is a contrived example you can only create new Todos and complete existing Todos. As you interact with the application you'll notice EventHubs and ServiceBus messages get written out to the console in the the browser's developer tools.
A new browser window will open containing a sample set of Todos that have been created. Since this is a contrived example, you can only create new Todos and complete existing Todos. As you interact with the application, you'll notice EventHubs and ServiceBus messages get written out to the console in the browser's developer tools.

Additionally you may open multiple instances of this sample application and watch as Todos synchronize in real time.
Additionally, you may open multiple instances of this sample application and watch as Todos synchronize in real-time.

## Next Steps

Expand Down
2 changes: 1 addition & 1 deletion samples/frameworks/react/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "typescript-react",
"name": "typescript-react-sample",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 0942c1d

Please sign in to comment.