Yuyang Zhou
Yuyang Zhou

Reputation: 51

use react-chat-elements in ReactJS

I am a newbie React programmer. For now, I am using React ChatBox Component as the front end library and AdonisJS websocket as the backend library to achieve a chat system. However, the React-ChatBox-Component doesn't support send files and photos. So I am looking for some other libraries, such as react-chat-element. But as far as I know, it is actually built for react-native, not reactJS. I am wondering if I can just use this library in my reactJS project, or is there any other good library for building a chat system with files/photos compatible?

Upvotes: 5

Views: 3899

Answers (1)

Antek
Antek

Reputation: 650

Try this: https://github.com/chatscope/chat-ui-kit-react Dedicaded media messages are not available yet, but its fully customizable, so you can simply add your own. Also you need some server logic for handlig media messages.

Upvotes: 3

Related Questions