-
## Issue
When using a css-in-js library like `emotion` of framework like `theme-ui` (which uses `emotion`) and with enough components, preact hydration takes longer than react. This increases the fir…
-
With Preact X being a great success there The 10.x release line was all about increasing ecosystem compatibility and the initiative was a complete success. Compared to Preact 8.x there are many more t…
-
I tried to run Tauri with Deno Fresh. So, I used deno_esbuild for compile to deno-fresh entrypoint file. And I used esbuild_deno_loader for module resolution. But, I failed.
```json:deno.json
{
…
-
React is heavy, and some users dont need all of it.
PReact seems to be a lightweight alternative with the same API than React, providing a drop in replacement.
It would be cool if we can make At…
-
Wasn't sure if this belongs here or in https://github.com/angular/vscode-ng-language-service
### Which @angular/* package(s) are relevant/related to the feature request?
`@angular/language-service`
…
-
This errors with Preact but not React so I've posted a potential [bug report with Preact](https://github.com/preactjs/preact/issues/4083). I'm also mentioning it here in case there's something on the…
-
Hi. Firstly, thank you all for your amazing work on the preactjs project!
When I set a complex property (callback) AFTER at least one other property
Then the complex property become undefined.
…
-
As described in https://github.com/hypothesis/client/issues/5520, when a `Dialog` is closed from the outside using the raw callback that was passed to `onClose`, the `out` transition is not respected,…
-
**Describe the bug**
When running wmr in dev/watch mode I often get the following error when I try to view the page in my browser:
```
404 /@npm/@npm/[package-name] - npm registry lookup failed…
-
I know the approach of `use-signals` is try to micmic the standard spec, but looking more to know which one should be using right now if including Signals in React applications.
E.g. so far I have …