Sasha Aickin

Results 40 comments of Sasha Aickin

I like the idea of destructuring default values into the props; really clever! You're right that the original event needs to be passed through. I'll do that in the next...

Yeah, sorry for the delay, I've been hard at work trying to [lay the groundwork for integrating streaming into react core](https://github.com/facebook/react/pull/6618). As of now, `react-dom-stream` only works with React 0.14.x....

Hey @Laiff, there is indeed some work in progress, although I'm a bit conflicted about how to go forward with it. Here's the situation right now: I have [a WIP...

Look at the response headers in your browser dev tools. If there's a header called `Content-Length`, then it's not being streamed. If there's a header called `Transfer-Encoding` with a value...

Did you use `compression`? There are a lot of bug reports of people having a hard time getting compression to stream correctly, but their continuous integration tests show that streaming...

Right, but that quote doesn't mean that chunked encoding and gzip are incompatible; it says the opposite. They are compatible and can be used together, and the folks behind `compression`...

Another zlib option was mentioned by @jakearchibald in the discussion of issue #2: https://github.com/jakearchibald/offline-wikipedia/blob/master/index.js#L64

@leebenson agreed that's often a great setup (as long as your upstream proxy supports streaming compression, which you need to test!). > you can get granular with enabling it per-route...

@xtuc I think there are two possibilities. First, make a new script `type` and add the AST as the content in between the `` start and end tags: ``` jasdnfa;skduta2345u8aslkdnf;awejtiowpuetioajd;mns;kl...

> I think the encoded binary format would be a lot more bigger that the original binary format. I'm not sure about that. I think that there are only a...