feat: refactor pagination implementation

This commit is contained in:
Cory Dransfeldt 2023-03-26 17:35:46 -07:00
parent ee77555c32
commit da793fd1cc
No known key found for this signature in database
196 changed files with 2498 additions and 36 deletions

View 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 -->