remove albatross
articles are not blog entries
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Why Use Web Frameworks?"
|
||||
date: 2022-10-30
|
||||
_draft: true
|
||||
tags:
|
||||
- tech
|
||||
- albatross
|
||||
@@ -116,4 +117,4 @@ This splitting of logic makes it easier for your brain to focus on specific subc
|
||||
|
||||
Web frameworks offer a lot of advantages over writing in a more imperative style. However, their abstractions do come at a cost — an extra minimum [16 KB](https://vuejs.org/about/faq.html#is-vue-lightweight) in JavaScript has to be fetched from your server, which can increase bandwidth costs and make your site slower.
|
||||
|
||||
Ultimately, in creating your website, much like when you do anything else, you should weigh the pros and cons of web frameworks before deciding to go with one or the other.
|
||||
Ultimately, in creating your website, much like when you do anything else, you should weigh the pros and cons of web frameworks before deciding to go with one or the other.
|
||||
|
Reference in New Issue
Block a user