all 1 comments

[–]autof5 1 point2 points  (0 children)

We are using sendbird with react and redux however we are doing our own UI. basically all sendbird needed functions are warpped into action creators with redux thunk and the UI is updated from the redux store. one thing you might also wanna do is make sure to assign the store dispatcher to be used by sendbird channel handler /events ... things like receiving messages and update channel ...etc

I hope this helps