Registry / other / reactive-graph

reactive-graph

JSON →
library0.2.14rscratesunverified

A fine-grained reactive graph for building user interfaces, part of the Leptos ecosystem.

# Cargo.toml [dependencies] reactive_graph = "0.2.14"
INSTALL
IMPORT
SIG · REACTIVE-GRAPH
R
reactive-graph
otherrustv0.2.14
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.

ReactiveGraph
✓ use reactive_graph::ReactiveGraph;

Creates a new reactive graph instance.

use reactive_graph::ReactiveGraph; fn main() { let graph = ReactiveGraph::new(); println!("Reactive graph created"); }
Debug
Known issues
gotchaRequires the 'reactive-graph' feature in Leptos to be enabled.
fix
Add `leptos = { version = "...", features = ["reactive-graph"] }` to Cargo.toml.
affects: >=0.2.0
Upgrade
Version history
0.2.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
reactive-graph — cargo add reactive-graph · libregistry