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 <daniel.s.holdsworth@gmail.com>
pull/7081/head^2
眼圈发黑 4 weeks ago committed by GitHub
parent 4f01c51232
commit 9577f4d615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      src/data/roadmaps/vue/content/optimizing-renders@RRPhAxIqvAcjZIcLe_N8-.md

@ -1 +1,7 @@
# Optimizing Renders
# 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/)

Loading…
Cancel
Save