summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-06-14 10:41:03 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-06-14 10:41:03 +0100
commitde52a3051ecc0d01aa567671cbddc6dba79134b8 (patch)
treedd6e9396c3d7a60a59a71917a92dcaf2df7b0d0a /website
parent55b8ef55be192977f9ccb445f5162e1844a9e868 (diff)
State-based UI is an anti-pattern
Diffstat (limited to 'website')
-rw-r--r--website/src/data/links.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/src/data/links.ts b/website/src/data/links.ts
index dc6635f..38ff760 100644
--- a/website/src/data/links.ts
+++ b/website/src/data/links.ts
@@ -68,6 +68,12 @@ const LINKS: Link[] = [
description: 'Yuck, yuck, yuck. Makes me glad I’m not on Instagram. For people already stuck there, though, this just sucks. Highly recommend either opting out of AI training or quitting Insta, if only to give the twits the middle finger they deserve.',
isoDateAdded: '2024-06-14',
},
+ {
+ href: 'https://gomakethings.com/state-based-ui-is-an-anti-pattern',
+ title: 'State-based UI is an anti-pattern',
+ description: 'Chris Ferdinandi has a hot take here. I would be keen to test this idea out one day: push the limits of how much complex state you can manage within the light DOM.',
+ isoDateAdded: '2024-06-14',
+ },
];
export default LINKS;