How to create react messaging application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create react messaging application

I want to create react messaging application with following features: Login screen ○ Should be able to save authentication token to skip login after initial login ● Inbox ○ List of messages received ○ Ability to delete individual message ● Sent ○ List of messages sent ○ Ability to delete individual message ● Compose ○ Includes recipient, title, and body ● Error messages ○ Should show an error if any of the requests are invalid

1st Jul 2021, 4:50 PM
Amandeep Kaur
Amandeep Kaur - avatar
4 Answers
+ 5
You can use chat engines and web sockets. They will complete most of your requirements rest you can create fragments as much as you want! https://chatengine.io
1st Jul 2021, 4:57 PM
Aditya
Aditya - avatar
0
Will it be a messaging application or email application
1st Jul 2021, 4:51 PM
Amandeep Kaur
Amandeep Kaur - avatar
0
Is it possible to use compose feature in chat application
1st Jul 2021, 6:15 PM
Amandeep Kaur
Amandeep Kaur - avatar
0
Use a third party chat API such as https://minchat.io which will save you months of development time and resources with building the chat functionality and maintaining it.
31st Jan 2023, 4:23 PM
Shaggy Mundia