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.
To run this tutorial, you will need:
- Clone or download this project.
- Replace
<APP_ID>
inChat.js
with the value found in your TalkJS dashboard. - Run
npm install
to install dependencies. - Run
npm start
to start the webhooks server.