Skip to content

Add caching #23

@luizbon

Description

@luizbon

Using a cache system would be great.

The cache could be an external module to prevent dependency on LocalStorage or Redux Store.

An extra could be the following process:

  • Return the result from cache straight away
  • Continue the fetch in backgroung
  • When the succeed, update the cache
  • Return the up-to-date result again for a re-render

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions