Crate bounce

source ·
Expand description

The uncomplicated Yew State management library.

Re-exports

  • pub use states::atom::Atom;
  • pub use states::slice::Slice;

Modules

  • helmethelmet
    A module to manipulate common tags under the <head /> element.
  • Default Bounce exports.
  • queryquery
    A module to provide helper states to facilitate data fetching.

Structs

Enums

  • A deferred result type for future notions.

Traits

Functions

Attribute Macros

  • A future-based notion that notifies states when it begins and finishes.

Derive Macros

  • A simple state that is Copy-on-Write and notifies registered hooks when prev_value != next_value.
  • A reducer-based state that is Copy-on-Write and notifies registered hooks when prev_value != next_value.