Madinco.
Technologies

Next.js

A React framework for building web applications, with rendering on the server as the default.

Next.js builds on React and adds the parts an application needs around it: routing based on the file structure, rendering on the server, and data fetching that runs before the page reaches the browser.

Server components let part of a page be built on the server and part in the browser, which suits software with accounts, dashboards and content that changes per visitor.