jsdevkr / react-chatview

Infinite scroll chat or feed component for React.js
Other
216 stars 43 forks source link

react-chatview

npm version

Infinite scroll chat or feed component for React.js

Changelog

Live Demo

Live Demo

Here is the live demo, and source code to the live demo, also here is a simpler fiddle.

Why another infinite scroll component?

As of time of this writing, other efforts are missing killer features:

This work originated as a fork and modifications of seatgeek/react-infinite, and was subsequently rewritten several times.

Getting started

Install react-chatview using npm.

npm install react-chatview --save

You can also use a global-friendly UMD build:

<script src="https://github.com/jsdevkr/react-chatview/raw/master/path-to-react-chatview/dist/react-chatview.min.js"></script>

You can also use a es5 commonjs build:

<script src="https://github.com/jsdevkr/react-chatview/raw/master/path-to-react-chatview/lib/react-chatview.js"></script>

Documentation

It is really easy to use. The actual rows of content should be passed as children. There are four interesting props:

See the jsfiddle example for a complete working example.

Todo

There are probably more features missing. Please open an issue!

Please write me if you use this! :)

If this project is valued I will invest more time in it.