looking at this (only vague understanding of Flex), I don't quite see why Flux would have difficulties with this.
Isn't most of the "hardness" solved by writing a good store? Your controller view makes a bunch of UI requests, and the store decides whether or not to notify based off of the ordering of the requests.
Isn't most of the "hardness" solved by writing a good store? Your controller view makes a bunch of UI requests, and the store decides whether or not to notify based off of the ordering of the requests.
Feel like I'm missing something