feat: refactor pagination implementation
This commit is contained in:
parent
ee77555c32
commit
da793fd1cc
196 changed files with 2498 additions and 36 deletions
10
src/posts/2020/fixing-memory-leaks-in-web-applications.md
Normal file
10
src/posts/2020/fixing-memory-leaks-in-web-applications.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
date: 2020-02-26
|
||||
draft: false
|
||||
title: Fixing memory leaks in web applications
|
||||
tags: ['development']
|
||||
---
|
||||
|
||||
**[Nolan Lawson:](https://nolanlawson.com/2020/02/19/fixing-memory-leaks-in-web-applications/)**
|
||||
|
||||
> Part of the bargain we struck when we switched from building server-rendered websites to client-rendered SPAs is that we suddenly had to take a lot more care with the resources on the user's device.<!-- excerpt -->
|
Reference in a new issue