You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think others will benefit from this change as well and it should in core package (see also mobx-utils)?
Are you willing to (attempt) a PR yourself?
This is a suggestion of refactoring tojs method.
I looked at the code and found that in tojs comment stated that it hope to improve the performance of the cache through the ES6 Map. Also, I extract a common function in recursion.
I have a Idea:
This is a suggestion of refactoring
tojs
method.I looked at the code and found that in
tojs
comment stated that it hope to improve the performance of the cache through the ES6 Map. Also, I extract a common function in recursion.PR is here 👉 1517
Can anyone do a review or give me some suggestion of it?
The text was updated successfully, but these errors were encountered: