Vyacheslav A.
Vyacheslav A.
Actually all you need is this: ``` componentDidMount() { window.addEventListener('scroll', this.onScroll, false) this.initialLoad() } componentWillUnmount() { window.removeEventListener('scroll', this.onScroll, false) } onScroll() { if (window.innerHeight + window.scrollY >= document.body.offsetHeight - 300)...
Need this! MongoLabs updated to MongoDB to v3. Please merge.
How long can this take?
Are you talking about this http://mongodb.github.io/node-mongodb-native/ ? This is also an option https://github.com/petkaantonov/bluebird/blob/master/API.md#promisification