Just for fun, a chat app written in ReScript.
- [] Basic chat functionality
- Draft structure:
Chat
componentChatHeader
componentChatBody
componentChatMessage
component
ChatFooter
component
- App state:
ChatState
modulemessages
listusers
listcurrentUser
usercurrentMessage
string
- App actions:
ChatAction
moduleaddMessage
actionupdateMessage
actionaddUser
actionremoveUser
actionupdateUser
action
- Draft structure:
- [] Basic routing
- [] Basic styling
- [] Basic user management
- 0.0.1: Initial commit