DEV Community

Discussion on: 60fps with Functional Programming in idle time

Collapse
 
miketalbot profile image
Mike Talbot ⭐

I've never used RxJS, but I'm beginning to see some overlaps. I guess the main thing here is the use of generator functions to split a more "commonish" pattern up over multiple frames to maintain interactivity. I'm wondering about trying to get a hook into a more serious library that has additional features for functional programming but would benefit from collaborative multi-tasking.