Viewing profile — frostik
frostik
HN member- Joined
- Sat, Dec 07, 2013, 7:02 PM UTC
- HN karma
- 35
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About frostik
No profile information was provided.
Recent public activity
-
comment
Comment #15295691
Layout: It's the main reason to go all in with RN. You're much faster building these with RN then using native stuff. Infinite Scrolling: ListViews and RN are a thing. There's a ne…
-
comment
Comment #13569700
Just a wild guess - you said opening for processing. Depending on what you're doing with the file and how you're opening it the whole data get's passed over the bridge resulting in…
-
comment
Comment #12015153
Yes, but means that you need to implement map, foreach, filter yourself. So you might be better off with lodash.
-
comment
Comment #12015028
There's a huge gotcha: _.map, _.forech, ... can iterate over objects (often used as associative arrays) - Native map can't. At some point you'll need lodash and co again - at least…