Viewing profile — zpao
zpao
HN member- Joined
- Wed, Jan 26, 2011, 10:30 PM UTC
- HN karma
- 213
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About zpao
No profile information was provided.
Recent public activity
-
comment
Comment #41504470
Hi, Paul from the Open Source Team here at Meta. HHVM is still in use and there are no changes to the level of maintenance the open source project gets. There's no conspiracy, no q…
-
comment
Comment #31343450
Rome is a completely separate project that Meta no longer owns. You can check https://rome.tools/ for the project status.
- story
-
comment
Comment #12694184
Hi, Paul from the React team here. There have been lots of questions about the license+patents combo we use. Recently our legal team answered some of those questions. https://code.…
-
comment
Comment #12091610
It was the right decision at the time - it made React much more familiar for people at FB who were writing PHP/Hack (Dan called this familiarity out in the post). It also enabled s…
-
comment
Comment #12088334
No we've known and said it for a long time but not very loudly. People haven't used them sparingly and they tend to infect a codebase. Now we're just making a more concerted effort…
-
comment
Comment #10201121
Another way, which we actually supported in 0.13, was to turn on "pause on caught exceptions" in your debugger. We throw and catch a warning so that you could catch warnings live. …
-
comment
Comment #10200002
They're only needed if you don't start your JSX expression on the same line as the return.
-
comment
Comment #10199527
FWIW, https://github.com/facebook/react/blob/master/package.json is not actually the package.json we ship to npm. This is just for building. https://github.com/facebook/react/blob/…
-
comment
Comment #9535965
> Might lead to a SpiderMonkey version of Node.js at some point, too. I worked on that 4 years ago :) " rel="nofollow">http://zpao.com/posts/about-that-hybrid-v8monkey-engine/> . T…
-
comment
Comment #8962078
No sample code yet and yes it will be open sourced.
-
comment
Comment #8962071
iOS and android right now. And yes, native components can be rendered directly with JSX. And you won't need to mix with DOM. For example doesn't mean anything on iOS.
-
comment
Comment #8962032
No, it skips the DOM entirely and works with native elements (iOS views) directly.
-
comment
Comment #8683150
It is worth considering, but it's often worth finding out what the cure is before writing it off. You have to make the right tradeoffs (eg, when working on a tight deadline, it's p…
-
comment
Comment #8523677
Maybe. We're still working on the details about what that will look like. Chances are we'll have some basic support if you're doing a limited set of things. Stay tuned.
-
comment
Comment #8523653
Mostly what @BinaryBullet said. fb.me is a urlshortener and then it hits real CDNed files. I (as maintainer of React) suggest not actually using fb.me urls in production. Use cdnjs…
-
comment
Comment #8121699
So long as you know the colors in [0] are all just the hardcoded CSS "standard" colors, then great :) There are some "awesome" ones there (papayawhip, lightgoldenrodyellow) and the…
-
comment
Comment #7468476
AFAIK You're taxed on receiving stock as if it were income. This is regardless of if you sell it today, tomorrow, or never. After that you're only taxed on gains. If you sold on th…
-
comment
Comment #7426312
You could actually do this without a single change to the JSX transform, and instead just make a simple object that calls m() with the right params. Then you just change the @jsx p…
-
comment
Comment #6939374
Sorry to get your hopes up! I'll try to remember to make it a bit more obvious next time.
- story
-
comment
Comment #6904256
No, they aren't. Taking a look at the first one on the list... the latest version was published in 2011.
-
comment
Comment #6893082
The trick is to use rawgithub.com (where you would otherwise see raw.github.com) - http://rawgithub.com/pinterest/cloudgrid/master/example/inde...
- story
- story