chore: add post descriptions
This commit is contained in:
parent
a0e0ddb242
commit
18110e5f47
29 changed files with 55 additions and 28 deletions
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
date: '2020-02-26'
|
||||
draft: false
|
||||
title: Fixing memory leaks in web applications
|
||||
description: "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."
|
||||
draft: false
|
||||
tags: ['development']
|
||||
---
|
||||
|
||||
|
|
Reference in a new issue