From 73a2275d651a196f13625126f46b74fa23011c1e Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:03:17 -0700 Subject: [PATCH] feat: update Post `2024-03-02-version-3` --- src/posts/2024-03-02-version-3.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/posts/2024-03-02-version-3.md b/src/posts/2024-03-02-version-3.md index 02e546f..e24ad73 100644 --- a/src/posts/2024-03-02-version-3.md +++ b/src/posts/2024-03-02-version-3.md @@ -35,7 +35,11 @@ I tried to migrate to the new [app router structure](https://nextjs.org/docs/app As an alternative, I was thinking of using [Astro](https://astro.build/), but it’s still React under the hood. I’m happy to use React for work but I don’t want to have to deal with its newest idiosyncrasies in my own stuff. - + Simply put modern React confuses the hell out of me. I’m not all in for [“server vs client components”](https://nextjs.org/learn/react-foundations/server-and-client-components). I’m certainly not the only one[^4]. I don't want this post to digress into my thoughts on modern React so I'm going to sidestep that for now. I am forced to learn its newest architecture for work, but for my personal site I'd rather things be easy. I'm tired of having to deal with breaking changes all the time. I longed for the days of PHP where stuff just worked forever. It was time to embrace an old foe: boring technology.