Skip to content

Commit

Permalink
docs: update technical-debt
Browse files Browse the repository at this point in the history
  • Loading branch information
luhmann committed Mar 18, 2018
1 parent 468414d commit 57b905f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TECHINCAL_DEBT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ especially on mobile. Consider:

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

## Cancel async Fetching-Component

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 57b905f

Please sign in to comment.