See more
If add the optimisticResponse to your code, you’ll notice that there’s no more delay between the time you hit return and the time the item shows up at the bottom of the list.
ops.re…handleScroll); } handleScroll = e => { this.setState({ x: window.scrollX, y: window.scrollY }) }; render() { const { x, y } = this.state; return this.props.render(x…