Valerii Smirnov

Results 250 comments of Valerii Smirnov

Current preact signals to react integration alter ReactCurrentDispatcher behaviour to track signals in each component. It is quite a complex task (because no one knows how react will behave in...

I've tried to fix this kind of problems in [my react integration](https://github.com/XantreGodlike/preact-signals/tree/main/packages/react) of signals. You can try it out with vite now

@oyee91 you can try to use my signals integration as well. If you will have any issues I will try to fix it asap. I actually can try to provide...

@PHILIPP111007 yep it can fix this issue, because if we are importing signals async - react will not to be patches initially and after patch order of hooks will change....

I hope they will open source it

Thanks for interest Sorry for big changes, for some reason something was wrong in source files with formatting. Btw, i have more comprehensive test, that shows that fastest way to...

For now I don't have enough time for it. I'm thinking about how to keep the query library in sync with the main one without too much maintenance effort

Reanimated collects all vars inside of worklet to the [clojure](https://github.com/software-mansion/react-native-reanimated/blob/1ea5d1d3b92637d52236bf6bc8ceca0898bb14fc/src/reanimated2/hook/useDerivedValue.ts#L30C3-L30C55). It uses this value as useEffect dependency We should extract closure extraction logic from it and use it as array...

In this case we will have more reexecutions that we actually want. But we can wrap closure values with signals to track executions reactively API Input: ```tsx const a =...