
Next.js
Note: When Programming Hub introduced certificates of excellence, they could not handle non-latin characters in the title (my name is
Tomáš), so the question marks are present as. In other places, the name is just without the diacritics, I’m sorry for the inconsistency.
Next.js
Next.js is a React framework that enables functionality such as server-side rendering and generating static websites for React-based web applications. It is designed to be extensible and customizable, allowing developers to build modern web applications with ease.
Hello, World!
const Home: FunctionComponent = () => (
<html>
<head>
<title>Hello, World!</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>
);
export default Home;
How I used Next.js
- Websites, including this one
- Web Applications