Valerii Smirnov
Valerii Smirnov
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 at: in...
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  All dom...
I really appreciate your job and will try to popularazie this. So i added benchmaks, so people will see benefits from using this lib
React by design is focused on dependency arrays, it's bad for performance, but when dealing with signals it can be useful for interacting with traditional state. We can adopt pattern...
Test cases and api must be updated
## Bug Description I've used `@react-three/fiber` and tried to load GLTF model with `useGLTF` hook (it uses `expo-asset` which uses `blueimp-md5` which throws with hermes). Error log: ``` Possible Unhandled...
Fs is null and this cause many problems `export const fs = require.resolve('react-native-level-fs')`