Skip to main content

Crate ccboard_web

Crate ccboard_web 

Source
Expand description

ccboard-web - Web frontend for ccboard using Leptos + Axum

Re-exports§

pub use app::App;
pub use router::create_router;

Modules§

api
API client utilities and shared types for frontend
app
Main Leptos App component with SPA router
components
Leptos UI components
pages
Page components
router
Web router using Axum
sse
Server-Sent Events for live updates
sse_hook
SSE (Server-Sent Events) hook for live updates
utils
Utility modules

Functions§

run