Results 9 comments of Ain

Static propTypes when defined as a class prop are [supported]( https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/blob/master/src/index.js#L156-L169) I believe, not sure why the comments state otherwise. [This visitor](https://astexplorer.net/#/gist/2bc8d187dbe6b5c79f773d35e776b108/63c0541e4df6facf23bb393b6904b7dc1d34dcf6) should take care of both cases. ```js visitor:...

I ported the project to React (dropped Node support), updated the code and built an [online editor](https://sonaye.github.io/react-color-wander) on top of it, if you are interested in running the app in...

Hey @sampsojp @cujarrett, here is a backup copy of that repo [react-color-wander-master.zip](https://github.com/mattdesl/color-wander/files/6378454/react-color-wander-master.zip)

Such feature would be helpful indeed. #### current flow - retrieve nearby keys - fire .once() per key to retrieve nearby data number of network requests needed is `1 +...

alright, i think i got it, geoFire probably does a .once() on the whole node where all the geolocation data is stored (which could be huge), then runs an algorithm...

Are there any best practices for such a case? the case of looking up nearby keys and their data that it is.

@mikepugh i've looked quickly at your work, haven't tested it yet, thanks for the effort. i've been thinking about this issue lately, even thought about building a simple new algorithm...

@mikelehen `lorem ipsum 7` is 13 bytes in size, so for 400k that's 5.2 megabytes per call, i take it that geofire doesn't download that much of data? can you...