-
Hey there,
thank you for providing `htm` and thus a simple build tools free solution to use Preact!
Recently a new extension to Preact has been published, namely [@preact/signals](https://github…
-
> jsr:@fresh/core@^2.0.0-alpha.22
> deno 2.0.1
TypeError: Cannot read properties of undefined (reading '__H')
if built with deno 2.0.0, everything is ok
-
My import map:
```json
"imports": {
"$fresh/": "https://deno.land/x/fresh@1.6.8/",
"preact": "https://esm.sh/preact@10.22.0",
"preact/": "https://esm.sh/preact@10.22.0/",
"@preac…
-
it seems that is we try to access a non-existent signal, an exception is thrown, but then the signals in other (apps) modules stop causing re-renders. As the signals are passed as a list of [[#signal|…
-
I am using preact signals in my react app und currently using v2. This lib uses v1.
It would be great if @preact/signals could be upgraded to v2.
ps73 updated
8 months ago
-
How can I get Twind auto-completion to work when developing Deno's Fresh in VScode?
Is `Twind Intellisense` not possible and `Tailwind CSS IntelliSense` needs to be set to work?
```
// environmen…
-
Hi @gordonbrander, I really like spellcaster’s api design 👌. I wondered if you wanted to include options/examples for Lit integration if like me you don’t want to use your custom hyperscript. I’ve con…
-
### Which package(s) are affected?
Other/unknown (please mention in description)
### Description
In uncommon scenarios, it's possible to cause an unexpected and undesirable memory retainer if a dis…
-
Correct setup:
```
module.exports = {
plugins: [
['module:@preact/signals-react-transform'],
],
}
```
Preact signals transform using @preact/signals-react, so it still patching react a…
-
```
"$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…