Enhancement
For Hacktoberfest, I would love help adding a memoization decorator to certain computed get properties in StateNode, such as:
.definition .config.on.after.tree.delays.resolvedStateValue.initialStateValue.initialStateFor some properties, caching is already done in an ad-hoc way (e.g., with __cache and idMap) but there's definitely better ways to do this.
Take a look at something like typescript-memoize to guide you.
Is anyone working on this? I'd like to pick it up if it's available :)
@tarsir It's yours if you want it! Would love the help.
Is this issue already done @davidkpiano ?
In case it's not done, I'd like to take it.
@ivanportillo It's not done yet, feel free to take it!
Most helpful comment
Is this issue already done @davidkpiano ?
In case it's not done, I'd like to take it.