Cargo Features

[dependencies]
tachys = { version = "0.1.0-rc1", default-features = false, features = ["delegation", "ssr", "oco", "nightly", "reactive_graph", "reactive_stores", "sledgehammer", "tracing", "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? reactive_stores?

Enables any_spawner and reactive_graph

Affects tachys::reactive_graph

reactive_stores = reactive_graph

Enables reactive_stores

sledgehammer

Enables sledgehammer_bindgen ^0.4.0 and sledgehammer_utils ^0.2.1

tracing

Enables tracing

testing default

Enables slotmap