Skip to content

Latest commit

 

History

History

basic-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TalkJS and React example

This is a basic example that demonstrates how to integrate TalkJS into a React app with our React SDK, bootstrapped with Create React App.

This example uses React version 18. You can use the React SDK with versions 17 and up.

[!TIP] > Download this example project as a zip file

Prerequisites

To run this tutorial, you will need:

How to run the tutorial

  1. Clone or download this project.
  2. Replace <APP_ID> in Chat.js with the value found in your TalkJS dashboard.
  3. Run npm install to install dependencies.
  4. Run npm start to start the webhooks server.