Nextjs supports server side rendering. This means that the UI is rendered on the server and then sent to the client which makes the rendering of the components faster.
Here is a video explanation on a top level What is SSR & how to achieve it?:
Here is a coding example of Converting Client Side to Server Side Rendering.