Javascript Implementation For Chats

This lesson gives us the full implementation of ChatWindow.js and Chats.js. We will delve into the full explanation for both in the next lesson. The primary observation is that we will access the store to get the state.messages and manipulate them for the current active user.

If you haven’t already, create the files, Chats.js and Chats.css in the components directory.

Now, import Chats and render it below the <Header /> component in ChatWindow.

containers/ChatWindow.js:

Get hands-on with 1200+ tech skills courses.