Overview of Jaspr API Categories
mainThe Jaspr API is organized into three main functional areas:
- Components: UI building blocks including document structure, routing, styling, and specialized components like
RawTextorFlutterEmbedView. - General: Core utilities for running the application, type-safe CSS styling, event bindings, and DOM access.
- Server / Client: Tools for managing the boundary between server-side rendering and client-side hydration, including annotations for data synchronization, state preloading, and handling HTTP headers/cookies.