Dominic Gannaway
Dominic Gannaway
Let's revisit this post 1.0.
Add to roadmap @lukeed
@cia48621793 it wouldn't give Inferno any performance benefit as Inferno's VNodes are not immutable.
I can expand on capture events for React (I'm in the middle of looking at the event system for React). React allows most events to work in the "capture" phase...
Agreed, this is something we're looking at too. I thought I'd add what React does right now anyway for context. A better API might be to leverage a JSX node...
I'm not sure about `getInitialProps` either. I don't remember adding it? I believe Next.js had something similar back in the day, so maybe it's from that. Either way, in my...
@NTillmann Oh, I think I misunderstood you then. I thought you said that `__empty` should never be visible in the output code. In terms of my original problem, the React...
Is this stale? @yinghuitan did you have a chance to look into this?
Fixed conflicts from master. Let's try and get this one in if possible :)
@gaearon Yep, the tests pass now.