-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Translate next.js page #9
Conversation
app/pages/docs/what-is-nextjs.mdx
Outdated
|
||
[**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: |
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?
app/pages/docs/what-is-nextjs.mdx
Outdated
* 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 comment
The reason will be displayed to describe this comment to others. Learn more.
static generation -> statische generatie? Kan voor mij wel allebei hoor.
per-pagina basis vind ik wat raar klinken. Misschien eerder iets als: op paginaniveau of zo?
app/pages/docs/what-is-nextjs.mdx
Outdated
* 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 | ||
* Automatic code splitting voor sneller ladende pagina's |
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.
Automatische codesplitsing voor het sneller laden van pagina's?
Misschien ook de woordenlijst nog een beetje aanvullen? |
No description provided.