Registry / web-framework / vertigo

vertigo

JSON →
library0.11.2rscratesunverified

A reactive real-DOM library with server-side rendering for Rust.

# Cargo.toml [dependencies] vertigo = "0.11.2"
INSTALL
IMPORT
SIG · VERTIGO
V
vertigo
web-frameworkrustv0.11.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Vertigo
use vertigo::Vertigo;

Initialize and mount a Vertigo application.

use vertigo::Vertigo; fn main() { let app = Vertigo::new(); app.mount("#app"); }
Debug
Known issues
gotchaRequires the 'ssr' feature for server-side rendering.
fix
Add `features = ["ssr"]` to your Cargo.toml dependency.
affects: >=0.10.0
Upgrade
Version history
0.11.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
vertigo — cargo add vertigo · libregistry