remove albatross

articles are not blog entries
This commit is contained in:
eggy
2023-03-25 16:07:40 -04:00
parent 901405087d
commit cc18627f6c
13 changed files with 15 additions and 2 deletions

View File

@@ -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.