itsthesteve / react-aim

AOL AIM style chat in Deno because why not.
0 stars 0 forks source link

Add optimistic saves for chat #42

Open itsthesteve opened 2 days ago

itsthesteve commented 2 days ago

Currently there's no issue so far with messages being saved and sent to the rooms. It is a bit slow on the UX side. Basic tests with the last deploy showed enough of a delay.

Optimistically adding messages would improve UX.