Skip to content

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

Merged
merged 3 commits into from
Feb 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions TRANSLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Om de consistentie in de documentatie te behouden vind je hieronder de vertaling
| authorization | autorisatie |
| backend | _backend_ |
| client | _client_ |
| client-side | _client-side_ |
| Code of Conduct | gedragscode |
| codebase | _codebase_ |
| community | _community_ |
Expand All @@ -146,12 +147,14 @@ Om de consistentie in de documentatie te behouden vind je hieronder de vertaling
| deploy | uitrollen |
| end-to-end | _end-to-end_ |
| (code) execution | uitvoering (van de code) |
| feature | _feature_ |
| fetch (data) | (data) opvragen |
| file structure | bestandsstructuur |
| form | _form_ |
| framework | _framework_ |
| frontend | _frontend_ |
| fullstack | _fullstack_ |
| Hot Module Replacement | _Hot Module Replacement_ |
| hooks | _hooks_ |
| identity provider | identiteitsprovider |
| library | _library_ |
Expand All @@ -160,6 +163,8 @@ Om de consistentie in de documentatie te behouden vind je hieronder de vertaling
| migrate | migreren |
| monolithic | monolitisch |
| password | wachtwoord |
| prefetch | _prefetch_ |
| pre-rendering | _pre-rendering_ |
| pluggable | _pluggable_ |
| production | productie |
| promise | _promise_ |
Expand Down
18 changes: 9 additions & 9 deletions app/pages/docs/what-is-nextjs.mdx
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 features 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 features, 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 paginaniveau
* Automatische codesplitsing voor het sneller laden van pagina's
* Client-side routing met geoptimaliseerde prefetching
* Ontwikkelomgeving met ondersteuning voor Hot Module Replacement
* Volledig uitbreidbaar