Home / Companies / 100ms / Blog / Post Details
Content Deep Dive

Building a Clubhouse Clone in React

Blog post from 100ms

Post Details
Company
Date Published
Author
Deepankar Bhade
Word Count
2,829
Language
English
Hacker News Points
-
Summary

In this tutorial, we will be building a Clubhouse clone in React using the 100ms React SDKs. The main features of our application include joining and leaving an audio room, displaying participants' tiles with their respective roles, muting or unmuting audio for individual participants, changing participants' roles, and adding chat functionality. We will be utilizing various hooks and selectors provided by the 100ms React SDKs to manage state and interact with the data store. The final code is available in this GitHub repository.