Back to search results
next owner avatar

next

The React Framework

Tool blog browser compiler
Minimal

Install package

Latest
min add next
Source archive SHA256
08a2a3cf…80e4
Spec hash
b5d24f27…2a7d
Target
amd64/linux
Needs network
Yes
Closed source
No

Quick links

[ Docs ] [ Changelog ] [ Repo ] [ Security ] [ SBOM ]

What is next?

The React Framework

How to use this package

Quick install

Installs the package into the current environment for this session. Use --build or --runtime to persist it as a build-time or runtime dependency.

min add next

Declare as a task dependency in minimal.toml

Listing the package under tasks.<name>.packages makes it available inside that task’s sandbox.

[tasks.dev]
packages = ["next"]

Build-time vs runtime

Choose build-time for tools needed during compilation, runtime for dynamic libraries loaded at runtime.

min add --build next
min add --runtime next