From 45ea3b2ec03b1c5bd4f3b15e29634ace4d1f08a3 Mon Sep 17 00:00:00 2001 From: Ethan Niser Date: Mon, 21 Oct 2024 12:14:59 -0700 Subject: [PATCH] add note about twitter thread --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1795dc1..0c34653 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A highly performant replica of [McMaster-Carr](https://www.mcmaster.com/) using ### Design notes +**Check out the detailed [twitter thread](https://x.com/ethanniser/status/1848442738204643330)** + - Uses [Next.js 15](https://nextjs.org/) - All mutations are done via [Server Actions](https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations) - [Partial Prerendering](https://vercel.com/blog/partial-prerendering-with-next-js-creating-a-new-default-rendering-model) is used to precompute the shells of pages