Jérémie van der Sande

Results 4 issues of Jérémie van der Sande

Hi! Looking at the code for `useLocation`, I wonder if we can do something about the way `pushState` and `replaceState` events are currently handled. ## Basic issue Basically what I...

Webpack allows users to provide an array of configs instead of a single config. This PR allows users to provide an array of config through the `webpack.config` configuration hook. *...

## What does this PR do The goal of this PR is to separate the Preact-to-CustomElement process from the tag-name registration process. ## Why is this PR needed Registering a...

## What does this PR do This PR allows passing children for elements even with `shadow: false`. It only works for first render, if the children are modified after first...