Skip to content

Lazy compilation during development #608

@rauchg

Description

@rauchg

In order to make Next.js very performant, we need to address the following problems:

  • When you run next, everything gets compiled eagerly
  • Every time you save a file, whether it's relevant to the rendered routes in your browser or not, it gets eagerly compiled

The beautiful thing about our new compilation output is that it makes these problems very obvious and clear :)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions