rsnext/docs/02-app/01-building-your-application/03-rendering
Sangmin Park 6a18991d3e
docs: replace let with const for useState (#66988)
### What?

I replaced `let` with `const` for `useState`.

### Why?

Since in these examples, it doesn't need to be a `let`, as it doesn't do
any reassignment.
2024-06-18 05:59:20 -07:00
..
01-partial-prerendering.mdx NEXT-66966 fix title inconsistency with unstable_ functions in Docs (#66967) 2024-06-18 09:25:31 +00:00
02-server-components.mdx Docs: Next.js 15 updates (#65603) 2024-05-23 13:41:29 +00:00
03-client-components.mdx Docs: Next.js 15 updates (#65603) 2024-05-23 13:41:29 +00:00
04-composition-patterns.mdx docs: replace let with const for useState (#66988) 2024-06-18 05:59:20 -07:00
05-edge-and-nodejs-runtimes.mdx Docs: Next.js 15 updates (#65603) 2024-05-23 13:41:29 +00:00
index.mdx docs: simplify rendering docs (#58185) 2023-11-15 22:46:17 -06:00