Skip to content

Commit

Permalink
docs: update technical debt
Browse files Browse the repository at this point in the history
... consider putting this in github issues
  • Loading branch information
luhmann committed Mar 18, 2018
1 parent 57b905f commit 51becb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TECHINCAL_DEBT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

## Images

Images are not under my control but are potentially huge, they are all loaded right away, which is bad
Images are not under our control but potentially large in size, they are all loaded right away, which is bad
especially on mobile. Consider:

* Proxying images over a scaling server
* Using lazy-loading

## Cancel async Fetching-Component
## Cancel async requests in Fetching-Components

Check how `bs-axios` is implemented. The component may be mounted/unmounted multiple times during render and fetching
is a side-effect, we may need to cancel requests here

0 comments on commit 51becb7

Please sign in to comment.