Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add MemoLazy function that recomputes value if selected value has changed #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

IsaacAderogba
Copy link

@IsaacAderogba IsaacAderogba commented Jul 3, 2024

Hi develar, just submitting a PR to add an additional MemoLazy function that recomputes the creator if the value returned from the selector has changed. This is to workaround the following issue within electron-builder:

I've avoided adding external libs to minimize the overhead, and I've added two tests to try to illustrate the differences in behaviour.

Feel free to close if you think this is out of scope, or let me know if you have any suggested changes.

mmaietta

This comment was marked as resolved.

src/main.ts Outdated Show resolved Hide resolved
src/main.ts Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants