tal

talkjs

npm i talkjs

3 Tutorials

Find additional tutorials on Google

How to build a LinkedIn-like Messaging App with React and TalkJS - TalkJS: Chat API and Messaging SDK. Tutorials, Case Studies, Resources.

talkjs.com
This tutorial will show you how you can easily integrate a chat feature into a React app using TalkJS. It will serve as a step-by-step guide to integrate TalkJS into any React application. We will use a practical and real-world use case to do this demonstration. We will build a LinkedIn-like messagi…

How to make a TalkJS chat inbox with filterable topics - TalkJS Chat API

talkjs.com
We will be creating a chat inbox with the TalkJS Chat API, that will allow you to programmatically filter by different topics, giving you complete control over which chat conversations get shown to a user. In TalkJS these filters are known as feed filters. What is a TalkJS chat inbox? The TalkJS Inb…

How to ban users from all chats with TalkJS - TalkJS Chat API

talkjs.com
In this article, we will demonstrate the process of removing a user from conversations, and put security measures in place that ban this user from interacting with chats again. We can ensure the security of your conversations by preventing user impersonation using identity verification, and disablin…