for the messaging example
Thanks for creating this.
A few questions:
-
How do you handle replies to a message and the message thread in general?
1a) If there is only one model/controller for messages, do you just create a update method for that thread?
-
If trying to integrate with flux, would you create stores, actions, constants, dispatcher for messaging so that upon change to thread and event is emitted to the backend ever time?
for the messaging example
Thanks for creating this.
A few questions:
How do you handle replies to a message and the message thread in general?
1a) If there is only one model/controller for messages, do you just create a update method for that thread?
If trying to integrate with flux, would you create stores, actions, constants, dispatcher for messaging so that upon change to thread and event is emitted to the backend ever time?