by Kevin Hsu

Let’s Build a React Chat Room Component with 100 lines of JavaScript

I was building a React Chat Room Component for my side-project. I don’t think I will be able to launch soon due to a lot of things I would love to chat about. Instead of letting this sit it my Git Lab for months, I thought open sourcing it to GitHub might be a better idea.

Who knows, I may even receive early feedback!

And I love writing. So I will try to explain how I built this React Chat Room Component in 100 lines of JavaScript. And some high level introductions of how React…