From d923f11e2e6c6fc9dfba03556a3b1e744d56ff2d Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 1 Mar 2023 00:35:37 -0800 Subject: [PATCH] chore: fix date and description --- content/blog/functions-are-killing-react-performance/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/functions-are-killing-react-performance/index.md b/content/blog/functions-are-killing-react-performance/index.md index 519f7826..493dbf51 100644 --- a/content/blog/functions-are-killing-react-performance/index.md +++ b/content/blog/functions-are-killing-react-performance/index.md @@ -1,8 +1,8 @@ --- { title: "Functions Are Killing Your React App's Performance", - description: "", - published: '2023-04-14T21:52:59.284Z', + description: "If you've ever built a production React application, you've likely ran into various performance problems along the way. Here are the most common and how to fix them.", + published: '2023-03-01T21:52:59.284Z', authors: ['crutchcorn'], tags: ['react'], attached: [],