-
I'm having some bother with partials. In [my app](https://github.com/cknight/kv-explorer) (very WIP), if you navigate to /accessToken and enter a valid Deno Deploy access token, it will forward you t…
-
### Describe the bug
Cant import a type from another file with the same name as a definition in the current file unless you use it, getting `is defined multiple times`
When the type has the same…
-
**Is your feature request related to a problem? Please describe.**
I knew that there is already an existing `useProp()` and `useState()` which already do their job just nice. I wonder if Signals is a…
motss updated
9 months ago
-
Hi everyone,
first of all thank you for developing `@preact/signals-core`. Your library has been extremely helpful to manage state across multiple UI frameworks.
I'd like to propose a feature th…
-
The bellow is a simple example of how i would expect (?) nested signals to work.
When clicking "to cart" it should change to "loading".
```html
import {render, signal, html, effect,…
-
## Please list the package(s) involved in the issue, and include the version you are using
app V3.52.0, cli V3.52.0, ui-extensions V2024.4.1, ui-extensions-react V2024.4.1
## Describe the bug
…
-
Hello, is it possible to explore decoupling the creation of the signals store from the creation of the components?
Reason: This would enable us to build form modules that are totally isolated from …
zthng updated
6 months ago
-
Trying to use `@preact/signals-react` with `@shopify/react-native-skia` results in the following error:
```
Uncaught TypeError: dispatcher.useSyncExternalStore is not a function
at useSyncExt…
-
I'm experiencing multiple build errors in my project using the Fresh framework after trying to implement theme changing with DaisyUI. These errors did not occur when I initially added DaisyUI, but sta…
-
I tried to run Tauri with Deno Fresh. So, I used deno_esbuild for compile to deno-fresh entrypoint file. And I used esbuild_deno_loader for module resolution. But, I failed.
```json:deno.json
{
…