Skip to content

Commit 66faaba

Browse files
committed
add next.js as a specialized stack
1 parent a46e47a commit 66faaba

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tech-stack/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ in the Core Stack, most developers won't learn these technologies, and the
6767
specialists who learn these stacks are unlikely to be able to learn many layers
6868
in the Core Stack.
6969

70+
### Next.js for Web
71+
72+
- Use Next.js for web applications that benefit significantly from static site
73+
generation (SSG) and SEO optimization.
74+
- Use TypeScript when writing Next.js applications.
75+
- Use Vercel with automatic git deploys.
76+
7077
### Android (Native)
7178

7279
- Use Kotlin for writing native app code.

0 commit comments

Comments
 (0)