GetStream / stream-chat-react

React Chat SDK ➜ Stream Chat 💬
https://getstream.io/chat/sdk/react/
Other
702 stars 273 forks source link

Wishlist for 2.0 #99

Closed tschellenbach closed 4 years ago

tschellenbach commented 4 years ago

Wishlist for Stream Chat React 2.0. Summary updated January 24th:

Codebase Improvements

Features

Examples

Docs

Not included

tbarbugli commented 4 years ago
jaapbakker88 commented 4 years ago
tschellenbach commented 4 years ago
lr-mjaouen commented 4 years ago

typescript?

tschellenbach commented 4 years ago

For our feed library we used Flow. It was a bad experience since it made it hard for customers not using Flow to edit our components. That was the reason we didn't use typescript for this library.

On the other hand it keeps on becoming more popular... So maybe we should reevaluate

lr-mjaouen commented 4 years ago

I'm not sure to understand, more than popular typescript is becoming a standard https://www.thoughtworks.com/radar/languages-and-frameworks/typescript

fbartho commented 4 years ago

TypeScript

I certainly love TypeScript and know that I'm not alone in that :D -- I know people that have fallen off of Flow, and avoided all kinds of typed things too for a while, but have enjoyed TypeScript when they finally tried it.

Additionally, our web team is about to start using TypeScript (ancient tooling issues prevented us from adopting it on our website before now, but both of our React-Native mobile apps have TypeScript).

TypeScript Support was a primary reason why we're working to integrate with Stream today. If the React-Native Stream libraries didn't have TypeScript support it would have fallen behind other competitors in our evaluation matrix.

Performance

Other

DanC5 commented 4 years ago
lr-mjaouen commented 4 years ago
vishalnarkhede commented 4 years ago

Thread preview enrichment with profile images of thread members @DanC5 can you share some screenshot? I am not sure what you mean exactly

DanC5 commented 4 years ago

Thread preview enrichment with profile images of thread members @DanC5 can you share some screenshot? I am not sure what you mean exactly

Screen Shot 2020-04-22 at 6 54 34 AM

@vishalnarkhede so being able to display thread users' avatars in the MessageList like in Slack

vishalnarkhede commented 4 years ago

Yeah that needs some backend change. Not sure how easy is it to add information of users which are part of thread in a particular message. @tbarbugli ?