A class decorator for caching stores #48
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
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.
The text was updated successfully, but these errors were encountered: