Tom McKenzie
Member since Mar 23, 2016
- Profile: /members/13114-tom-mckenzie.htm
- URL: http://chillidonut.com/
- Comments: 1
Recent Blog Comments By Tom McKenzie
-
setState() State Mutation Operation May Be Synchronous In ReactJS
Posted on Mar 23, 2016 at 12:39 AM
The question is, whether there's a way to explicitly batch react setState calls? During known boundaries where we know plenty of work is to be done, for example. [goes away, 20 tabs later..] Yes: You can abuse the React.addons.batchedUpdates function. https://github.com/yahoo/fluxible-addons-reac... read more »