Marvin Hagemeister

Results 233 issues of Marvin Hagemeister

Mixing both default and named exports has no clearly defined behaviour and can easily lead to unexpected results. Some tools use a combination of `default` + `__esModule` property and others...

This is a work-in-progress PR where our current build tool `preact-cli` is replaced with `wmr`. The latter loads and runs a lot faster. Todos: - [x] Copy markdown files on...

See: https://github.com/preactjs/preact-compat/issues/161

See https://twitter.com/mcclure111/status/1308441745475108866 > Hm, I do see that banner. I don't remember if I clicked it before. > > I guess when I click it it says "Oops, that page...

In our case `hydrate()` is only meant to add event listeners, not patch the DOM.

There seems to be some confusion about events, in particular that one cannot create them on the serve. See https://github.com/preactjs/preact-render-to-string/issues/94#issuecomment-671607714 . We should add a section explaining that.

See: https://github.com/preactjs/preact/issues/2675#issuecomment-668792316