Live data from Hacker News

Viewing profile — rabelrabel

rabelrabel

HN member
Joined
Thu, Apr 07, 2016, 11:39 PM UTC
HN karma
6
Public activity
3 items

About rabelrabel

No profile information was provided.

Recent public activity

  1. comment
    Comment #11454793

    Only one reflow calc at fragment hookup as opposed to a reflow for every child node added to the main DOM.

  2. comment
    Comment #11453994

    document.createDocumentFragment() https://developer.mozilla.org/en/docs/Web/API/Document/creat...

  3. comment
    Comment #11451569

    React 14.x was built with babel 5.x. React 15.x is compiled with babel 6.x. Must user jsx code now be compiled with babel 6.x to be compatible with React 15.x?