Patrick McDougle
Patrick McDougle
> Could we also add a note that it is incompatible with `transform-runtime`? (ref: [babel/babel#10271](https://github.com/babel/babel/issues/10271)) @nicolo-ribaudo But if preset-env and transform-runtime don't work together, won't people lose the benefit of...
did you npm install?
Here's an untested patch: https://gist.github.com/patrick-mcdougle/0d72e18f9f52cc586a6c025f7ab6745f/revisions
I might work on this for hacktoberfest. Does anyone have any opinions on if you should have to bring your own polyfill, or if the library should provide it? Perhaps...
There's a problem with this. The "continuous" option might not be possible. An IntersectionObserverEntry doesn't seem to fire if the scroll somehow passes the waypoint without firing (for example, a...
hot reloading in dev would be really swell.
@goosemanjack A minor optimization. I have checked the "Allow edits from maintainers" box, so if you need to make modifications feel free, otherwise comment here and I can make them.
What's the benefit of rendering to stream when all the markup has to be buffered to send the HTTP response to the hypernova client? Am I missing something here?
@ljharb But the client is almost always some legacy application, which needs the JS view rendered. The hypernova client isn't ever a browser, is it?!
I guess, but the whole response from hypernova will have to be re-tooled, since the response is JSON. You can't json_decode a partial JSON object...I guess I'm not saying it's...