Build a Chat App Using React Hooks in 100 Lines of Code

1 · CSS-Tricks · July 15, 2019, 4:15 p.m.
We’ve looked at React Hooks before, around here at CSS-Tricks. I have an article that introduces them as well that illustrates how to use them to create components through functions. Both articles are good high-level overviews about the way they work, but they open up a lot of possibilities, too. So, that’s what we’re going to do in this article. We’re going to see how hooks make our development process easier and faster by building a chat application. Specifically, we … Read article The post ...