-
The callback passed to `useSignalEffect` should be executed after the changes (if any) have been applied to the DOM. Otherwise, it won't be a direct replacement for `useEffect`.
For example, people…
-
This would be a nice way to be able to have better control over spendings.
E.g. for my backend I would want to shut down certain features when I get over the free limit. Or limit the users allowed …
-
When I try to use a signal as a child of a React Native `` component, it works, but I get the following TypeScript errors. Is there a way to make TypeScript allow the use of signals inside `` componen…
-
A list of library/framework integration experiences to help validate the proposal.
-
```js
// Turns properties into signals
const r = reactive({ foo: 123, bar: "hehe" });
console.log(r.foo.value);
```
**Open question:** Should conversion be deep or shallow?
### Pros
- E…
-
Same logic with different libraries works different.
React - ✅
https://codesandbox.io/s/react-controlled-input-egxgu
Preact - ❌
https://codesandbox.io/s/preact-controlled-input-kib3p
Crysp updated
2 months ago
-
when I add this to the island
` console.log(new ObjectId().toString());`
it breaks every islands and signals
but the one from [web_bson](https://deno.land/x/web_bson@v0.2.5/mod.ts) doesn't
-
I'm trying to understand why my form validation is not functioning as expected.
Here is my form looks like this (I'm using Preact & valibot):
```tsx
import { useForm, valiForm } from '@modular-…
-
-
When trying to upgrade to Next.js 15 we get the following error. This appears to be due to a mismatch of swc_core ranges between the latest version of next and what is referenced in this repos swc plu…