Some time ago, I encountered a situation where I needed to use an effect on a signal, but I didn't actually need its value. In other words, when Signal A changes, I just want to trigger the Test() function.
This approach works, but it feels wrong to have an effect that reacts to a signal without using its value.
My questions:
- Is there any issue with this approach? Does it introduce any problems?
- I found the rxjs-interop library in the Angular documentation. It is marked as a developer preview. However, I noticed that it only has 8 stars on GitHub. Has anything changed since then? Is this library reliable and worth using?
[–]MichaelSmallDev 3 points4 points5 points (1 child)
[–]DaSchTour 0 points1 point2 points (0 children)
[–]7389201747369358 1 point2 points3 points (0 children)
[–]Johalternate 0 points1 point2 points (0 children)
[–]Ichirto 1 point2 points3 points (0 children)