Jason Miller
Jason Miller
Landing this PR doesn't make Preact support React's streaming renderer API, that would need to be plumbed through to [preact/compat/server](https://github.com/preactjs/preact/blob/master/compat/server.mjs). The reason we have not yet merged this PR is...
@spmonahan there haven't been any changes to the web platform that would make it possible to polyfill this, and it's very unlikely there will be (since those changes would most...
Rebased, ready for re-review + merge.
took a stab at adding caching in WeakMap-supporting browsers.
Also fixed an issue where `options._diff` wasn't chained for `null` vnodes.
@fabiosantoscode Just a small "this would be great!" from me regarding preserving Template Literals. There are some likely parsing performance advantages to them. If I manage to pull some time...
We could also apply the same notification delay to [the prop updater](https://github.com/preactjs/signals/blob/b00e64dd448f6f47d9db3635c5c8304c9e436543/packages/preact/src/index.ts#L241) and [the text updater](https://github.com/preactjs/signals/blob/b00e64dd448f6f47d9db3635c5c8304c9e436543/packages/preact/src/index.ts#L99) to limit their DOM mutation frequency to screen refresh.