unstable_batchedupdates
v1.0.3
Published
A wrapper for react unstable_batchedupdates, support react-dom and react-native
Downloads
16
Maintainers
Readme
unstable_batchedupdates
A wrapper for react unstable_batchedupdates, support react-dom and react-native
Install
npm install unstable_batchedupdatesUsage
import unstable_batchedupdates from 'unstable_batchedupdates';
unstable_batchedupdates(()=>{
this.setState(...);
this.setState(...);
this.setState(...);
});Publish
If your first time publish a package, login first:
npm login --registry=http://registry.npmjs.orgThen you can publish:
npm run pub