4

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?

Yuyang Zhou
  • 41
  • 1
  • 3
  • I recommend you installing it and trying it yourself. If you come up any problems you can't figure out, come and ask again. – Camilo Oct 28 '20 at 22:08

1 Answers1

3

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.

Antek
  • 575
  • 3
  • 11