Dustin Getz

Results 288 comments of Dustin Getz
trafficstars

Thanks! I want the es6 source in the npm package - i wish more people did this - do you know why people don't do this generally? I will try...

Daniel Miladinov - 8:11 AM So I’m looking at your update-in issue, push is concat - https://github.com/dustingetz/update-in/issues/2 Do you want to add concat as an alias to push, or replace...

I am attempting to address this in my fork - if i get it working, this fix can probably be back-ported.

I haven't had time to submit a PR to this project, but you can see what I did in my fork here: https://github.com/dustingetz/react-infinite/blob/master/src/react-infinite2.jsx#L93

I will eventually submit a PR to this project, its just may be a month or two.

An example with my attempt to implement this is coming

I've implemented this [here](https://github.com/dustingetz/react-infinite/blob/master/src/react-infinite2.jsx). It was basically a complete rewrite. The main idea is that heights are always measured out of the DOM, so there is no need for custom...

I added a [messages example](https://github.com/dustingetz/react-infinite/blob/master/examples/messages.jsx) - the other examples in this fork are broken and have not been fixed yet.

Here's the example hosted: http://jockey-dolly-24536.bitballoon.com/examples/messages.html

Thanks for looking at this changeset. I'd be interested in seeing a computer interface that can support heights that aren't known until render. I ended up going down the path...