-
-
Notifications
You must be signed in to change notification settings - Fork 0
Translate next.js page #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
title: What is Next.js? | ||
sidebar_label: What is Next.js? | ||
title: Wat is Next.js? | ||
sidebar_label: Wat is Next.js? | ||
--- | ||
|
||
Next.js is baked into Blitz and almost all features of Next.js are supported. For more info on the differences see here: [Why use Blitz instead of Next.js](https://blitzjs.com/docs/why-blitz) | ||
Next.js is ingebakken in Blitz en bijna alle functies van Next.js worden ondersteund. Voor meer info over de verschillen zie hier: [Waarom Blitz gebruiken in plaats van Next.js](https://blitzjs.com/docs/why-blitz) | ||
|
||
[**Next.js**](https://nextjs.org/) is a popular React Framework with many built-in features, such as: | ||
[**Next.js**](https://nextjs.org/) is een populair React Framework met veel ingebouwde functies, zoals: | ||
|
||
* Pre-rendering, both static generation \(SSG\) and server-rendering \(SSR\) are supported on a per-page basis | ||
* Automatic code splitting for faster page loads | ||
* Client-side routing with optimized prefetching | ||
* Development environment which supports Hot Module Replacement | ||
* Fully extendable | ||
* Pre-rendering, zowel static generation \(SSG\) als server-rendering \(SSR\) worden ondersteund op een per-pagina basis | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. static generation -> statische generatie? Kan voor mij wel allebei hoor. |
||
* Automatic code splitting voor sneller ladende pagina's | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Automatische codesplitsing voor het sneller laden van pagina's? |
||
* Client-side routing met geoptimaliseerde prefetching | ||
* Ontwikkelomgeving met ondersteuning voor Hot Module Replacement | ||
* Volledig uitbreidbaar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
framework mag hier misschien met kleine letter?