react-chatview icon indicating copy to clipboard operation
react-chatview copied to clipboard

Infinite scroll chat or feed component for React.js

Results 12 react-chatview issues
Sort by recently updated
recently updated
newest added

Since the onInfiniteLoad callback currently needs to return a promise it seems to be difficult to work with Redux. I've worked around this by passing a deferred with the action...

From what I was able to tell, you can set a definite height, but only via the className property. I have a scenario where the container that the chat box...