skygear-demo/react-chat-demo

Managed conversation list

akiroz opened this issue · 0 comments

Create a self-managed message list:

  • provide fetch messages
  • listen on PubSub channel for server events and update accordingly
  • allow users to register callback handlers to be notified of list updates
  • allow user to specify how conversations are sorted

Not required.

  • provide an array-like interface for ease of use