Skip to content

PoC (Proof of Concept) for implementing a dynamic rendering architecture using Next.js.

Notifications You must be signed in to change notification settings

amirkabiri/nextjs-dynamic-rendering

Repository files navigation

Intro

This is a basic boilerplate using next.js that effectively employs dynamic rendering. It allows you to have both client-side rendering (CSR) and server-side rendering (SSR) simultaneously with the same code. You can direct some requests to SSR and others to CSR to reduce your CPU costs.

architecture

How to run?

Just run docker-compose up and your application will be ready on 80 port.

About

PoC (Proof of Concept) for implementing a dynamic rendering architecture using Next.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published