DEV Community

Discussion on: Using React and RxJS together

Collapse
 
trunghieu99tt profile image
Trung Hieu Nguyen

After all, do you think that using RxJS is an overkill? While the example in your post is quite simple but we have to take a lof of efforts to make it work as expected while we have useMemo and other technique which I think is much more simpler?

Collapse
 
daslaf profile image
Osman Cea • Edited

I think it is useful if you're working with data streaming or if you have to compose multiple sources of events that require connecting to things and cleaning up after. For everyday development, the benefits don't overcome the added complexity.