Valerii Smirnov

Results 250 comments of Valerii Smirnov

This is not bug - this the feature https://github.com/facebook/hermes/issues/114 They are added 'show source' to actually check function code

We actually can actually patch react-native, but there are many renderers (react-native-skia, three-fiber). I think its blocker in terms of React Native support. Can we give user opportunity to select...

It would be really interesting. Appreciate your work

@andrewiggins Can i create PR to add information for docs how to use preact signals in react native?

@andrewiggins when real way to use babel transform will be provided?

But how to use it?). We should install `@preact/signals-core` and write `useSignal`, `useComputed`..., manually? If we will use `@preact/signals-react` it will patch react and broke the app. In case of...

@andrewiggins what do you think about my concerns?

Maybe the preact should expose api for transforming object styles to strings and use it in integration. I can provide PR if this api already exist

I don't think it's a problem. Better to keep function with the same amount of arguments (it's better for performance)

> > I don't think it's a problem. Better to keep function with the same amount of arguments (it's better for performance) > > Even if you're right, but the...