From 66faabab1fc985a859855d74b5f3a96afcbf74ba Mon Sep 17 00:00:00 2001 From: Jimmy Thigpen Date: Tue, 15 Jul 2025 17:25:10 -0600 Subject: [PATCH] add next.js as a specialized stack --- tech-stack/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tech-stack/README.md b/tech-stack/README.md index ebf2c169..210f838c 100644 --- a/tech-stack/README.md +++ b/tech-stack/README.md @@ -67,6 +67,13 @@ in the Core Stack, most developers won't learn these technologies, and the specialists who learn these stacks are unlikely to be able to learn many layers in the Core Stack. +### Next.js for Web + +- Use Next.js for web applications that benefit significantly from static site + generation (SSG) and SEO optimization. +- Use TypeScript when writing Next.js applications. +- Use Vercel with automatic git deploys. + ### Android (Native) - Use Kotlin for writing native app code.