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

A class decorator for caching stores #48

Open
schneiderfelipe opened this issue Dec 3, 2021 · 0 comments
Open

A class decorator for caching stores #48

schneiderfelipe opened this issue Dec 3, 2021 · 0 comments
Assignees
Labels
design Decisions that have to be made enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@schneiderfelipe
Copy link
Collaborator

Simply wrap views and send a previous result if the state hasn't changed. This requires storing a copy of both the state and the previous view result.

@schneiderfelipe schneiderfelipe self-assigned this Dec 7, 2021
@schneiderfelipe schneiderfelipe added enhancement New feature or request good first issue Good for newcomers design Decisions that have to be made help wanted Extra attention is needed labels Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Decisions that have to be made enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant