From 9dc0529b0d692159cdcce67389286afebc43dbcc Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 26 Jan 2024 14:10:43 -0800 Subject: [PATCH] chore: framework post --- config/data/tag-aliases.js | 1 + .../2024/you-dont-need-a-framework-for-that.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 src/posts/2024/you-dont-need-a-framework-for-that.md diff --git a/config/data/tag-aliases.js b/config/data/tag-aliases.js index 2e92fae6..15f1d7b7 100644 --- a/config/data/tag-aliases.js +++ b/config/data/tag-aliases.js @@ -3,6 +3,7 @@ export default { accessibility: '#Accessibility', development: '#WebDev', books: '#Books', + css: '#CSS', eleventy: '#Eleventy', email: '#Email', fastmail: '#Email', diff --git a/src/posts/2024/you-dont-need-a-framework-for-that.md b/src/posts/2024/you-dont-need-a-framework-for-that.md new file mode 100644 index 00000000..389fc5d8 --- /dev/null +++ b/src/posts/2024/you-dont-need-a-framework-for-that.md @@ -0,0 +1,15 @@ +--- +date: '2024-01-26' +title: "You don't need a framework for that" +description: "You don't need a framework for *any* website primarily focused on presenting information to users." +tags: ['development', 'CSS', 'JavaScript'] +--- +You don't need a framework for *any* website primarily focused on presenting information to users. + +You don't need a JavaScript framework, you don't need a CSS framework. + +If you're operating at scale, you need accepted and agreed upon best practices for your team. + +You might want to consider a framework if you're building a web *application*. + +That we've spent years conflating sites and applications feels like a failure of education and imagination. \ No newline at end of file