Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 0ec72b9

Browse files
author
Jeff Moore
committed
Releasing v0.7.0
1 parent 73bdbd9 commit 0ec72b9

File tree

19 files changed

+435
-148
lines changed

19 files changed

+435
-148
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ The application demonstrates how to build a chat application using:
1313
- React
1414
- Redux
1515

16+
## Tutorial
17+
We've put together a comprehensive tutorial that explains how key features are built in the team chat app. With this tutorial, you should have a better understanding of of our underlying React and Redux frameworks and the Javascript SDK. You can use these frameworks & SDKs to easily add chat capabilities to any application.
18+
19+
[Click here](https://www.pubnub.com/blog/build-a-fully-featured-react-chat-app/) to view the tutorial.
20+
1621
## Requirements
1722

1823
- [Node.js](https://nodejs.org/en/)
@@ -61,6 +66,6 @@ To run this application you must obtain publish and subscribe keys from your Pub
6166

6267
## Further Information
6368

64-
Visit the [PubNub Chat Docs](https://www.pubnub.com/docs/chat) page for more information about how to use the React and Redux SDKs to add in-app chat to your applications.
69+
Checkout the comprehensive [Tutorial](https://www.pubnub.com/blog/build-a-fully-featured-react-chat-app/) or visit the [PubNub Chat Docs](https://www.pubnub.com/docs/chat) page for more information about how to use the React and Redux SDKs to add in-app chat to your applications.
6570

6671
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). Special thanks to Martin Lagrange, Elvis Wolcott, and Mark Erikson.

0 commit comments

Comments
 (0)