Michel Weststrate
Michel Weststrate
@monesidn ok that looks all reasonable! Added you as collaborator, that should unblock for now :). Let me know if you need anything else.
Bug probably, until the unit test say different :)
@NaridaL sounds good in the abstract, but I haven't been using or working on this package for a couple of years :) Would you mind giving a quick example of...
@pasha-iwanov the problem is that step 2 generally doesn't work in libraries; because bundlers consume already down-compiled code, so it'd just check that we configured OUR compiler in this repo...
At the moment React Forget assumes that all object reads are from immutable objects. E.g. something like `{store.todos[0].author.name}` is rewritten by Forget to a pointer check on just `store` before...
Thanks for this PR, this looks great! > If we can reach a suitable solution here, I'd like to do the same thing to ObservableValue, Atom, Reaction and ObservableObjectAdministration which...
Sorry, missed the update! Merged!
Should soon be available as 6.12.4 @peterm-canva since you are validating performance, I am wondering if you are interested in checking if https://github.com/mobxjs/mobx/pull/3884 also gains these positive results for you?
This is working as intended and carefully designed through address several issues, to create more consistent defaults as much as possible, but as with all designs there were tradeoffs :)....
Let me revisit this when I find a bigger chunk of time. Also in combination with #3882. I have a vague mental note that at the time of writing there...