From 5d0a7d1c772b775eef8c5e0c71aabbfde1799f96 Mon Sep 17 00:00:00 2001 From: ChrQR Date: Tue, 28 May 2024 22:55:09 +0200 Subject: [PATCH] updated project description --- src/lib/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/projects.js b/src/lib/projects.js index cfda182..71c550f 100644 --- a/src/lib/projects.js +++ b/src/lib/projects.js @@ -46,7 +46,7 @@ export const projects = [ title: 'Online Wine Shop.', url: 'https://wine-shop-eta.vercel.app/', description: - "To get practical experience with forms, databases, queries and states I want to build a online wine shop for my friend Ketil (that he didn't ask for). Besides the current technologies, I plan to implement Clerk or Auth.js for auth, and Zustand for state management if neccesary (Something tells me it's needed at least for cart) I am using Next.js 15 RC0 and React 19 RC to do forms in cool ways like useActionState and figure out some way to limit the caching in next.js 🤷", + "To get practical experience with forms, databases, queries and states I want to build a online wine shop for my friend Ketil (that he didn't ask for). Besides the current technologies, I plan to implement Clerk or Auth.js for auth, and Zustand for state management if neccesary (Something tells me it's needed at least for cart) I am doing my best to implement progressive inhancement in forms with cool hooks like useActionState and explore caching and the prevention of caching in nextjs and vercel. 🤷", repo: 'https://gitea.rannes.dev/rannes.dev/wine-shop', rss: 'https://gitea.rannes.dev/rannes.dev/wine-shop.rss', image: '',