Live data from Hacker News

Viewing profile — martin_bigio

martin_bigio

HN member
Joined
Mon, Feb 06, 2017, 9:04 PM UTC
HN karma
270
Public activity
14 items

About martin_bigio

No profile information was provided.

Recent public activity

  1. comment
    Comment #13588980

    Packager has gotten pretty stable lately, you shouldn't need to restart it anymore. In regards npm modules, you only need to do so when upgrading dependencies which doesn't happen …

  2. comment
    Comment #13588959

    couldn't agree more with @realharo. IMHO C++ step learning curve is a no-go for product dev.

  3. comment
    Comment #13588956

    what's the problem? If it's a generic error message that's s server-side issue unrelated to RN the team is working on fixing.

  4. comment
    Comment #13588946

    I've only seen such thing on infinite non-optimized listviews on old Android crappy phones, but, new listview infra that solves this is coming up soon :)

  5. comment
    Comment #13588934

    JS code run on JSC, bridge modules are implemented on objc/java

  6. comment
    Comment #13586212

    Although the Instagram website is a React App we are not reusing any code atm. This is something I personally want to explore at some point though.

  7. comment
    Comment #13586208

    Great Q. React and React Native use difference "renderers". I believe that with the right pattern to use a different set of low level components you could manage to reuse a big chu…

  8. comment
    Comment #13585015

    Brace yourself, FlatList is coming :)

  9. comment
    Comment #13584998

    No, we didn't use any of those. For unit testing we used Jest <3 and for e2e an internal library developed by FB

  10. comment
    Comment #13584708

    Great question. First off, worth mentioning there are many performance metrics you might want to measure. On one hand start up times, but since you specifically mentioned Save, I a…

  11. comment
    Comment #13584617

    Oops, that was an internal link - fixing now.

  12. comment
    Comment #13584592

    No plans for powering camera using React Native for now. We already have great native infra for that and regardless, IMHO RN might not be the best technology to implement those kin…

  13. comment
    Comment #13584356

    @martinbigio here in case anyone has questions

  14. story