Jovi De Croock

Results 77 issues of Jovi De Croock

This removes the `replaceNode` functionality, you can still polyfill the functionality like [this](https://gist.github.com/developit/f321a9ef092ad39f54f8d7c8f99eb29a)

This PR moves `defaultProps` handling to compat

This removes the ability to get a component instance assigned to the ref, instead we will preserve `ref` on props for functional components and assign for normal DOM nodes. In...

The main thinking behind this is that we are accessing the `_component` megamorphic object less resulting in better performance. This leaves four accessors behind - `contextType` - our provider is...

## Notes Running into a lot of issues backporting https://github.com/preactjs/preact/pull/4088 because when we look up the dom in the `parentInternal` we basically run into the fact that we haven't reordered...

One of the issues we uncovered in https://github.com/graphql/graphql-js/issues/3648 is that upgrading to ES6 output maintained the `for..of` and array destructuring in our bundles which leads to a pretty considerable performance...