Michel Weststrate
Michel Weststrate
Sure, PR is welcome! I'm on mobile, but the plugin code should live in plugins/database On Fri, 28 May 2021, 10:00 has12zen, ***@***.***> wrote: > Hi Is the issue still...
@Ksj14-kumar I don't think anyone is working on it, so feel free to grab :)
Hey @markerikson, Thanks! These findings are very interesting. I'll try to dig deeper here and see how the regressions were introduced, and thanks for setting up that repo! Two high...
Hey! I tried to reproduce with the benchmark, but probably I need to do some more yalc / pnpm magic to make everything running: (`yalc publish` in the immer repo,...
@markerikson sorry I've been out the loop for a while, so slowly working my way back in and catching up with everything. Thanks for picking this up, I'll try to...
> "mark committed" rearchitecture. Oh lol, I don't remember anymore 😂. I need to dig a bit deeper to recall that. I've just invited you to the project btw, that...
This is awesome progress @markerikson! > I also did further analysis and figured out that the reason all of the Proxy-based immutable update libs are so slow for array ops...
To avoid this issue, I recommend to "serialize" the observables manually at this point, e.g. convert them back to plain objects. Several options are outlined here: https://mobx.js.org/observable-state.html#converting-observables-back-to-vanilla-javascript-collections Conceptually it makes...
This is intentionally, to have behavior consistent throughout all APIs. If you want to share the same ref, just `observable(object)` (and store it!) first and then assign it to the...
yeah I think that should work. On Thu, Sep 5, 2024 at 12:01 AM Andres Kovalev ***@***.***> wrote: > Thanks for the answer, especially for the link > . >...