Frontend developer focused on inclusive design

Next.js

Next.js is a powerful framework for building React-based web applications with both frontend and backend capabilities. It offers features like automatic routing, server-side rendering, SEO support and much more.

Routing

Next.js routing is a feature that makes navigating React-based web applications easier. It supports static and dynamic routes, server-side rendering, error handling, loading states, and much more useful things.

Notes on Next.js routing

Sitemap

Sitemaps help search engines find and list what's on a website. This improves SEO and increases chances of ranking higher in search engine results. Next.js provides all needed tools to build sitemap generator.

Notes on Next.js sitemap