From 998cbe548cf2694d2cf258a542e9317319c9de86 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Mon, 21 Oct 2024 11:01:51 -0500 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ef0115..9455baf 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ A highly performant replica of [McMaster-Carr](https://www.mcmaster.com/) using - 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 Pre-Rendering](https://vercel.com/blog/partial-prerendering-with-next-js-creating-a-new-default-rendering-model) is used to precompute the shells of pages +- [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 - When deployed, these are served statically from the edge - Dynamic data (such as cart information) is then streamed in -- Uses [Drizzle ORM](https://orm.drizzle.team/docs/overview) on top of [@vercel/postgres](https://vercel.com/docs/storage/vercel-postgres) +- Uses [Drizzle ORM](https://orm.drizzle.team/docs/overview) on top of [Neon Postgres](https://neon.tech) - Images storied on [Vercel Blob](https://vercel.com/docs/storage/vercel-blob) - Used [v0](https://v0.dev) to generate all initial UIs, check out some of the threads we were particularly impressed by: - [v0 makes pretty impressive search dropdown without a library](https://v0.dev/chat/lFfc68X3fir?b=b_1o4tkiC9EEm&p=0)