InternalsΒΆ

The internals section explains how next.dj works under the hood. Each page traces one pipeline with a mermaid diagram, lists the modules involved, and points at the public hooks used to extend it. The pages read top to bottom, from a whole-framework map down to each subsystem pipeline.

Internals Overview

Map of every subsystem with a signals fan out diagram.

Request Lifecycle

End to end path of an HTTP request.

Page Discovery

Page modules, layouts, context.

URL Router

URL parsing, dispatch, reload.

Component Pipeline

Component discovery, loading, rendering.

Dependency Resolver

Parameter resolution, providers, cache.

Static Pipeline

Asset discovery, collector, backends, injection.

Action Dispatch

Form dispatch, validation, re-render.

Autoreload

Watchers, route reload, signals.

Contributor Notes

Conventions the framework code follows.