The Chats Component

Just as we've done so far, our first step in making this component will be to create a reducer for the messages and make sure that it is a visible field in the consoleLog.

We'll cover the following...

Let’s move on to building the <Chats /> component.

widget

The component is essentially a rendered list of a user’s conversations.

So, where do we get these conversations from?

Yeah, from ...