1.0.3 • Published 3 years ago
unstable_batchedupdates v1.0.3
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