acdlite / redux-batched-updates

Batch React updates that occur as a result of Redux dispatches, to prevent cascading renders. See https://github.com/gaearon/redux/issues/125 for more details.
222 stars 12 forks source link

Update to support React 0.14 #2

Open bengillies opened 9 years ago

bengillies commented 9 years ago

Running this with React 0.14 gives the following warnings:

Warning: require('react/addons') is deprecated. Access using require('react-addons-{addon}') instead.
warning.js
Warning: React.addons.batchedUpdates is deprecated. Use ReactDOM.unstable_batchedUpdates instead.
vslinko commented 8 years ago

@acdlite any news?

yocontra commented 8 years ago

Anything about this? Module is unusable right now

vslinko commented 8 years ago

@contra see https://github.com/tappleby/redux-batched-subscribe

yocontra commented 8 years ago

@vslinko Thanks, using that and it works fine

tconroy commented 8 years ago

@vslinko @contra does this expose an alternative to batchedUpdatesMiddleware? would like to switch to avoid these warnings.