Cargo Features

[dependencies]
tachys = { version = "0.1.0-preview", default-features = false, features = ["delegation", "ssr", "oco", "nightly", "reactive_graph", "sledgehammer", "testing"] }
default = testing

The testing feature is set by default whenever tachys is added without default-features = false somewhere in the dependency tree.

delegation

enables event delegation

error-hook hydrate islands ssr
oco

Enables oco_ref

Affects tachys::oco

nightly

Enables nightly of reactive_graph

Affects view::static_types

reactive_graph nightly?

Enables reactive_graph

Affects tachys::reactive_graph

sledgehammer

Enables sledgehammer_bindgen ^0.4 and sledgehammer_utils

Affects renderer::sledgehammer

testing default

Enables slotmap

Affects renderer::mock_dom