mobxjs / mobx-react-lite

Lightweight React bindings for MobX based on React 16.8 and Hooks
https://mobx.js.org/react-integration.html
MIT License
2.13k stars 91 forks source link

Consider different approach for Concurrent mode disposal #250

Closed danielkcz closed 4 years ago

danielkcz commented 4 years ago

https://github.com/facebook/react/issues/15317#issuecomment-573337558

I haven't really looked into it and to be honest, I haven't fully grasped current solution in next branch yet.

@RoystonS can you perhaps have a look? cc @mweststrate

RoystonS commented 4 years ago

Yep, was planning to read through that stuff tomorrow.

danielkcz commented 4 years ago

@RoystonS Did you have some time to think about this?