-
There is no reason why we couldn't use [Preact](https://preactjs.com/) instead of React for the dashboard, given that it's such a simple application, and I'd really like to see the reduction in bundle…
-
Maybe there's some obvious reason why it isn't needed, but it isn't obvious to me due to my murky understanding -- would it make sense to also test preact with the preact-compat react compatibility la…
-
Seems `styleName` not being transformed to corresponding `className` when using `preact`. Tried to migrate same `babel-plugin-react-css-modules` config from existing React project but failed to get it…
-
I am trying to use this in a Preact app, but can't get it to work.
```
TypeError: createRef is not a function
```
I have compat aliases set up in snowpack config:
```javascript
alias: {
…
-
Currently, the `/single-variant` can be very slow, especially for mpox. Investigate why this is the case. Possible avenues can be
- move mutations to a separate view to have less components per page
…
-
Testing out implementing this project into my own project using [Deno Fresh](https://fresh.deno.dev/) & [Preact](https://preactjs.com/) & getting the following error due to the type mismatch between R…
-
## Background
I'm new to both 'preact' and 'preact-render-to-string' (and htm) and was surprised to find the contents of my `script` tag were automatically being entity encoded, which unfortunately…
-
```
"$fresh/": "https://deno.land/x/fresh@1.6.1/",
"preact": "https://esm.sh/preact@10.19.2",
"preact/": "https://esm.sh/preact@10.19.2/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.1…
-
### Reproduction
### Steps to reproduce
- Add an onCompositionStart to a Preact dom element
- Try using an input method on that input, making sure to start a composition.
### Expected Behavi…
xorgy updated
2 weeks ago
-
Here's the full repository with the my project: https://github.com/fkoemep/smiles-search
I'm working with the @headlessui/react library v1.7.17 and Deno v1.43.3, if I upgrade it to any newer versio…