Skip to content

Commit b57a2ca

Browse files
vicbemily-shen
andcommitted
Update src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Co-authored-by: emily-shen <[email protected]>
1 parent 50b8207 commit b57a2ca

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+1
-1
lines changed

src/content/docs/workers/frameworks/framework-guides/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is a simple getting started guide. For detailed documentation on how the to
2828

2929
## What is Next.js?
3030

31-
[Next.js](https://nextjs.org/) is a [React](https://react.dev/) framework for building full stack applications. Think of React as the engine for building user interfaces (UIs) with components, while Next.js provides the chassis, structure, and additional features needed to build complete, production-ready web applications more easily and efficiently.
31+
[Next.js](https://nextjs.org/) is a [React](https://react.dev/) framework for building full stack applications.
3232

3333
Next.js uses hybrid rendering to allow different parts of the your application to be rendered either on the server or on the client. For instance, critical pages needing fast initial loads and strong SEO might be server-rendered for faster load while highly interactive sections might leverage client-side rendering for dynamic updates without requiring full page reloads.
3434

0 commit comments

Comments
 (0)