Relative Content

Tag Archive for htmlreactjsnode.jsmern

How to render filtered messages?

I’m working on a real-time chat project but I’m having issues rendering the filteredMessages when a user searches for a term in their conversation. The messages are correctly filtered when I right the code a certain way but then it loses its ability to render a new message after I’ve refreshed the page and try to send a new message. Here is what I currently have that allows for real-time messaging:

How to render filtered messages?

I’m working on a real-time chat project but I’m having issues rendering the filteredMessages when a user searches for a term in their conversation. The messages are correctly filtered when I right the code a certain way but then it loses its ability to render a new message after I’ve refreshed the page and try to send a new message. Here is what I currently have that allows for real-time messaging: