Change release date to July of 2021

This commit is contained in:
dennis.ludwig
2021-07-12 10:19:10 +02:00
parent 6242b5c87e
commit 3be826c65a
65 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
title: "Next.js"
ring: adopt
quadrant: languages-and-frameworks
---
[Next.js](https://nextjs.org/) claims itself as **the** React framework for production.
It comes with first-class developer experience and many features for example: hybrid static & server-side rendering, TypeScript support, image optimization, code splitting & much more.
We at AOE are already using Next.js for some big projects.
The main reason for that is the modern stack (React with TypeScript) and the possibility to render on the server (static pre-rendering or dynamic SSR) to be able to get crawled by search engines and stay SEO relevant.