Ryan Christian

Results 93 issues of Ryan Christian

**What kind of change does this PR introduce?** Testing refactor **Did you add tests for your changes?** Yes **Summary** The existing snapshot tests were quite time consuming to update, as...

### Which problem is this feature request solving? We are using `netlify-lambda` for [Preact's docs](https://github.com/preactjs/preact-www) and only today did I realize that it has long since been deprecated in favor...

type: feature

Fixes #1041 `magic-string` is of course used by a ton of Rollup plugins, so this doesn't actually add anything to the dep tree.

TS with `"moduleResolution": "NodeNext"` will fail to resolve `preact-iso`'s types as they don't use the `.js` extension in their imports to reference the `.d.ts` files.

A user saw this pop up due to a minor version resolution issues w/ a Preact-CLI app which surprised them. Can we check if Next exists before providing this? Or...

Super minor, but `minify` actually defaults to `true`: https://github.com/developit/optimize-plugin/blob/7e43e02621742c4fb6bb8272d6bd56e62ba588a4/src/index.js#L45-L49

Breaking change, don't merge before we're ready! `devtoolsInProd` feels a bit unnecessary, as we can instead toggle based on dev/prod environment (as can the user). If a user wanted to...

I tried to keep this somewhat contained, but it's enormous. Sorry!

Reverses the recommendation for uncontrolled components over controlled, which I think everyone's in agreement with? Do we want to also make a note of the issues that exist for controlled...

These are the English ones currently missing: ``` 404.md blog.md blog/introducing-signals.md blog/signal-boosting.md branding.md guide/v8/api-reference.md guide/v8/differences-to-react.md guide/v8/extending-component.md guide/v8/external-dom-mutations.md guide/v8/forms.md guide/v8/getting-started.md guide/v8/linked-state.md guide/v8/progressive-web-apps.md guide/v8/switching-to-preact.md guide/v8/types-of-components.md tutorial.md tutorial/index.md tutorial/01-vdom.md tutorial/02-events.md tutorial/03-components.md tutorial/04-state.md tutorial/05-refs.md...