-
Hello, I'm experimenting with Preact and Signals on a new side project I started recently. I really like the simplicity and speed so far.
**TL;DR:** I'd like to ask if it's possible to change somet…
-
Preact signals allow a read during a subscription, ie:
```ts
signal.subscribe((value) => console.log(value));
```
This seems impossible with watchers, as this code throws:
```ts
const watche…
-
For both React and Preact, the `useSignal` hook implementation is currently defined as:
https://github.com/preactjs/signals/blob/ccb677bdb26ef836d3fac39d30d8f6371693e60f/packages/preact/src/index.t…
-
When trying to generate a production build in a Vite react app, we get the following error:
```
'default' is not exported by react/jsx-runtime, imported by node_modules/@preact/signals-react/dist/si…
-
I think that explicit addition of signals typings (like in [ts-reset](https://github.com/total-typescript/ts-reset) ) will have better DX.
For now typings not working for react. I can add this
![ima…
-
In my RN apps, preact signals not working. Previous implementation wasn't working because of navigation.
```
ERROR TypeError: Cannot read property 'alternate' of null
This error is located a…
-
I can't seem to be able to execute the benchmark, neither the `test` nor the `bench` scripts work for me, after a clean clone after an `npm install`.
```
~/Code/fabiospampinato/js-reactivity-bench…
-
This issue is for collecting ideas, topics, and resources for expanding https://tutorial.glimdown.com.
Anyone is free to PR changes to the tutorial, and the more new to ember, or new to open sourc…
-
When importing `@preact/signals-react` into a Next.js app (and possibly other frameworks) it breaks fast refresh in local development. I've created a simple reproduction [here](https://github.com/soup…
-
Preact has a React compatibility layer with which most React-based component libraries can be used with Preact. Document how this can be set up in fresh.
Aliases are not supported with `npm:` so fa…