Replies: 2 comments 1 reply
-
pointing out this PR #54 implementation for React |
Beta Was this translation helpful? Give feedback.
-
improve performance? I don't understand, can you be more specific @kattsushi ? and what is the reason for replacing observables with signals? |
Beta Was this translation helpful? Give feedback.
-
It is possible to generate an abstraction that is for each supported framework and thus improve performance. For example, Angular recently introduced Signals for the reactivity of values in the UI, so in this case it should return signals values but also in the case of using vanilla web framework use Promises instead of Observables, this layer could be added in the mappers and that the types are automatically inferred
Beta Was this translation helpful? Give feedback.
All reactions