From 9577f4d61551c3fcdb08744a2637d16516f12ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=BC=E5=9C=88=E5=8F=91=E9=BB=91?= <49627376+yanquanfahei@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:39:38 +0800 Subject: [PATCH] Update optimizing-renders@RRPhAxIqvAcjZIcLe_N8-.md (#7154) * Update optimizing-renders@RRPhAxIqvAcjZIcLe_N8-.md * Update src/data/roadmaps/vue/content/optimizing-renders@RRPhAxIqvAcjZIcLe_N8-.md cleaned up the styling --------- Co-authored-by: dsh --- .../content/optimizing-renders@RRPhAxIqvAcjZIcLe_N8-.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/vue/content/optimizing-renders@RRPhAxIqvAcjZIcLe_N8-.md b/src/data/roadmaps/vue/content/optimizing-renders@RRPhAxIqvAcjZIcLe_N8-.md index 46ec87efe..9dfbc0d07 100644 --- a/src/data/roadmaps/vue/content/optimizing-renders@RRPhAxIqvAcjZIcLe_N8-.md +++ b/src/data/roadmaps/vue/content/optimizing-renders@RRPhAxIqvAcjZIcLe_N8-.md @@ -1 +1,7 @@ -# Optimizing Renders \ No newline at end of file +# Optimizing Renders + +Optimizing rendering is crucial for ensuring a smooth and efficient user experience across all your frontend projects. Sluggish webpages can lead to frustration for users, and potentially cause them to entirely abandon your web application. This issue comes up most often in single-page applications (SPAs), where the entirety of your application is loaded within a single webpage, and updates to it are handled dynamically without needing a full reload of the webpage. + +Learn more from the following resources: + +- [@article@Optimizing rendering in Vue](https://blog.logrocket.com/optimizing-rendering-vue/)