Module next_app

Source

Re-exports§

pub use crate::next_app::app_client_references_chunks::ClientReferencesChunks;
pub use crate::next_app::app_client_references_chunks::get_app_client_references_chunks;
pub use crate::next_app::app_client_shared_chunks::get_app_client_shared_chunk_group;
pub use crate::next_app::app_entry::AppEntry;
pub use crate::next_app::app_page_entry::get_app_page_entry;
pub use crate::next_app::app_route_entry::get_app_route_entry;

Modules§

app_client_references_chunks
app_client_shared_chunks
app_entry
app_page_entry
app_route_entry
metadata

Structs§

AppPage
Describes the pathname including all internal modifiers such as intercepting routes, parallel routes and route/page suffixes that are not part of the pathname.
AppPath
The pathname (including dynamic placeholders) for the next.js router to resolve.

Enums§

PageSegment
See AppPage.
PageType
PathSegment
Path segments for a router path (not including parallel routes and groups).