pubnub / js-chat

PubNub JavaScript Chat SDK
https://github.com/pubnub/js-chat
8 stars 8 forks source link

`@pubnub/chat` vs `@pubnub/react-chat-components` library #179

Closed mpsq closed 2 months ago

mpsq commented 2 months ago

Hi,

The package @pubnub/react-chat-components has not been updated by PubNub in ~4 months. It depends on pubnub-react which seems deprecated as per official documentation:

image

@pubnub/chat (this repo) seems to be maintained and up to date with latest pubnub sdk (v8). Do you recommend migrated to this library instead?

Thank you

piotr-suwala commented 2 months ago

Hello @mpsq!

React Chat Components are semi deprecated meaning that we fix bugs but do not accept new feature requests. This repo (Chat SDK) is well maintained, accepts new features and we listen to customers' feedback. I highly recommend using this instead of React Chat Components :)

mpsq commented 2 months ago

Thanks for the quick answer :pray: We will look into migrating to this pkg then.