Jovi De Croock
Jovi De Croock
I mean, what is your use case for `useDeferredValue` we aren't rendering async so it can't really have an implementation afaict
I personally don't really see the use of that 😅 our renders aren't interruptable and are prioritized according to depth so tearing can't occur, the value returned there is always...
Hey @fabiospampinato maintainer here, we often look at the output tests of React when we are solving a discrepancy so I do solemnly agree with you that we could do...
very much working on it @ettoredn still an open-source project and we have a job outside of this as well https://github.com/preactjs/preact/tree/main
Let me write a bit of an update on this topic as we have been hard at work, currently we have a branch in parallel to `master` named `main` which...
Typically through CDN's (or at least how they currently work) you won't benefit from tree-shaking so class-components won't be shaken out but that improvement could be offset by just the...
My fix introduced a bug, undid for now but will keep looking at it
Heh, I don't think there is much we can do here as it looks like we are following all ESM rules and we are successfully being used natively in the...
@developit yes it was slightly different already
I have a working version in https://github.com/preactjs/preact/pull/3583 just need to update some of the server-side libraries to add support for the `_children` and `_parent` properties 😅