davidgilbertson/react-recollect

Batch component updates (maybe)

davidgilbertson opened this issue · 0 comments

This could have large implications. For one, all tests that change the store and check for a response would need to be async.

But what of non-tests. Is this likely to case trouble in userland? If React itself is headed toward async updates then maybe this doesn't have such a big impact, negative or positive.

Suss out the scenarios...

Resolved by #73