mobxjs / mobx-state-tree

Full-featured reactive state management without the boilerplate
https://mobx-state-tree.js.org/
MIT License
6.9k stars 639 forks source link

Add two new primitives for MST #2052

Closed chakrihacker closed 11 months ago

chakrihacker commented 11 months ago

Added:

closes #1960

coolsoftwaretyler commented 11 months ago

Hey @chakrihacker - just a heads up that I merged an older PR adding types.lazy - https://github.com/mobxjs/mobx-state-tree/pull/1722. You'll have some merge conflicts in this branch, I believe. I'm hoping to release an (alpha) minor build sometime next week. If you get around to my feedback + rebasing in the next few days, this PR should make it in there. Otherwise, we can always run a new minor build later on.

Thanks!

chakrihacker commented 11 months ago

I will update this week

chakrihacker commented 11 months ago

@coolsoftwaretyler Can you review please?