-
@preact/signals expose [.subscribe](https://github.com/preactjs/signals/blob/main/packages/core/src/index.ts#L187) method as part of external interface (although undocumented), which makes it effectiv…
-
## Failing module
- **GitHub**: https://github.com/preactjs/signals
- **npm**: `@preact/signals`
```js
import { h, render } from "https://esm.sh/preact";
import { signal } from "https://esm.s…
-
Hi there! Github recently put a badge on my `EthanStandel/preact-signal-store` repo that said this was a dependent. I went to look at your project and saw that you were using _React_ and not _Preact_ …
-
Hi,
is there a recommended way to untrack()?
I have an effect that writes to a signal that I want to untrack after the first write so that it doesn't go in the way of the other signal writes tha…
-
If we consider a framework to switch to, the following questions should be answered:
- Can the framework work side-by-side with the current homegrown framework? This way, the codebase can be migrat…
-
I have been trying to make it work but have not yet succeeded. It's not clear to me that it's possible.
In principle, going through the object properties and adding a new property with `$` seems po…
-
### What version of `astro` are you using?
16+
### Are you using an SSR adapter? If so, which one?
None
### What package manager are you using?
pnpm
### What operating system are you using?
Mac…
-
-
- Modified the introductory example [on the Signal's documentation page](https://preactjs.com/guide/v10/signals) to use `h` instead of JSX.
- Executing directly in a browser (no compile step).
```…
-
# Bug report
Cache is not revalidated, but keys have changed.
## Description / Observed Behavior
SWR in Preact app (using signals) cache is not revalidated when keys have changed.
After clea…
dolie updated
2 years ago