Skip to content

Commit

Permalink
add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Nov 7, 2019
1 parent 160960c commit 2406834
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ What the API _cannot do_ at the moment:
and focused, I'm looking for a proper level of abstraction that needs
to be implemented.

Things on the roadmap:

- **Refetchable queries**
This should help with dynamic components that suppose to suspend on initial
load but can avoid it on user interactions.
- **Controlled mutations**
There has to be a piece of API that allows a way to perform async mutation
along with updating the cache.

## Implementation

_This section describes the logic behind the cache implementation. It is not
Expand Down

0 comments on commit 2406834

Please sign in to comment.