-
this issue is similar with #715, if we use chrome v8 async/await and compile angular with tsconfig target 'ES2017', then typescript will not generate __awaiter code and use native async/await.
and th…
-
I'm using `@preact/signals-react` `v1.2.2`.
when creating a signal in a component, i.e:
```tsx
import React from "react";
import { useSignal } from "@preact/signals-react";
export const MyCom…
-
`tlstate/react`
- `useComputed(derivation)`
- `useComputed(name, deriving-fn)`
- `useReaction`
- `observer`
`tlstate/react-jsx-plugin`
- copy preact/signals' approach to automatically tracking .val…
-
In this issue, I'm documenting the API differences between the current primitives in the `wip` directory and what's [publicly documented for Solid](https://www.solidjs.com/docs/latest/api) and [intern…
-
When passing a signal directly into JSX in an attempt to bypass VDOM leads to the below TS error. It does work as expected from a functional standpoint however.
`Type 'ReadonlySignal' is not assign…
-
This issue exists as a continually growing roadmap for fresh. It is a rough outline of the features I want to add to fresh in the future. Features are seperated into two sections: short term (within t…
-
I am using @preact/signals-react with react-native and it works but in many places I have a deeply nested object, to which I need to listen to property changes and re-render accordingly.
DeepSignals …
-
**Description**
I would love to be able to create a client but instead of providing a static config, provide something that can load the headers per request. For example we could use it to load the…
-
- [x] Check if updating to the latest Preact version resolves the issue
**Describe the bug**
When using latest Preact version (v10.12.1), signals aren't working.
**To Reproduce**
I'm using sta…
-
I like the DX of using the `signal.value` by default and accessing the underlying signal with the `$` prefix, but context switching when using computed values is awkward. It would be nice to provide `…