npm install kinetic-react> react bindings for kinetic scrolling
This library implements native flick list scrolling entirely in JavaScript. It's useful if you have an absolutely positioned element
and need to transform it in a way that feels native. I couldn't have done it without this article
```
$ npm install kinetic-react --save
`js
import Kinetic from 'kinetic-react'
..
transformElement = ({ position }) => {
this.setState({ position })
}
render () {
const { position } = this.state
return (
}}>
{this.list && } this.list = c} {...props} />
MIT © Jack Hanford