Jovi De Croock

Results 77 issues of Jovi De Croock

This PR aims to add support for the `application/graphql+json` content-type, this has been added to [the spec](https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#content-types) here we see that we can support both `application/json` and `application/graphql+json`. The main...

Includes https://github.com/preactjs/preact/pull/3651 and #3655

This PR will insert comments for adjacent text-nodes, when the babel transform runs for `x{' '}y` it will generate 3 text-nodes, when we enter hydration we see 1 dom-node but...

11.x

as it is only available in react-dom/client let's look at the byte-size impact to make judgement

11.x

Issues with refs I kinda get the issues with refs now, it basically ties into how we can switch from a `patch` oriented diff to a `mount` one. In essence...

11.x

Currently to the thought of a [prefix tree](https://en.wikipedia.org/wiki/Trie) this would be an alternative to `useId`. This tries to follow our component tree and has a `mask` variable. ## Mount Every...

Fixes https://github.com/preactjs/preact/issues/3276

This upgrades all dependencies, things to look into: - new export default format reason why - adding `@babel/plugin-proposal-private-property-in-object` silences loose warning but we might need to omit it for custom...

Currently we aren't really leveraging any asset pipeline-y features, we could improve on this by adding some plugins that can do production optimization of images. For example we can run...