koba04 / react-fiber-resources

Resources for React Fiber
MIT License
783 stars 44 forks source link

unstable_deferredUpdates was removed from react-dom #22

Closed ashnur closed 4 years ago

ashnur commented 6 years ago

https://github.com/facebook/react/pull/13488

koba04 commented 6 years ago

Yeah, I should update the documents, Thanks!

koba04 commented 4 years ago

I've removed the mention of unstable_deferredUpdates from the README.md. Thank you!

mqliutie commented 2 years ago

What should I use now to instead of unstable_deferredUpdates

ashnur commented 2 years ago

@mqliutie https://reactjs.org/docs/hooks-reference.html#usetransition

koba04 commented 2 years ago

I think the alternative is useDeferredValue.