Git Product home page Git Product logo

react-chatview-es6's Introduction

react-chatview-es6

is forked from dustingetz/react-chatview Thank you dustingetz!

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:

  • browser layout & resize "just works" (no need to know any heights in advance)
  • Works as newsfeed (infinite load down) or chat (infinite load up)
  • hardware accelerated scrolling

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

Getting started

Install react-chatview-es6 using npm.

npm install react-chatview-es6 --save

You can also use a global-friendly UMD build:

<script src="path-to-react-chatview-es6/dist/react-chatview.min.js"></script>

You can also use a es5 commonjs build:

<script src="path-to-react-chatview-es6/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:

  • className extra css class string for the container
  • flipped true for chat (newest at bottom), regular for newsfeed (newest at top)
  • reversed true for don't reverse elements
  • scrollLoadThreshold pixel distance from top that triggers an infinite load
  • onInfiniteLoad load request callback, should cause a state change which renders more children
  • returnScrollable return scollable object for scrollable event handling

See the jsfiddle example for a complete working example.

Todo

  • Not actually infinite - currently all elements that have been loaded remain the dom

  • auto-scroll to newest message when appropriate (pinning)

    use returnScrollable and set scrollable.scrollTop to scrollable.scrollHeight

  • auto-correct scroll jitter when content resizes or is added above/below the focus point

  • configurable loading spinner

  • optimize for mobile (but it works)

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.

react-chatview-es6's People

Contributors

adam187 avatar ahutchings avatar basketofsoftkittens avatar cpb avatar dustingetz avatar erwaller avatar frederickfogerty avatar garetht avatar gimdongwoo avatar grigy avatar jayfunk avatar jessicard avatar khardenstine avatar taish avatar zackkitzmiller avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.