Crate yewtil

Source
Expand description

Utility library for the Yew frontend web framework.

All features:

  • “neq” - NeqAssign trait
  • “pure” - Pure components and function components.
  • “future” - Async support for Yew Messages
  • “fetch” - Wrapper that holds requests and responses.
  • “mrc_irc” - Ergonomic Rc pointers.
  • “lrc” - Linked-list Rc pointer.
  • “history” - History tracker
  • “store” - Global state with easy binding

Modules§

Structs§

  • Wrapper that keeps track of prior values that have been assigned to it.

Traits§

  • Blanket trait to provide a convenience method for assigning props in changed or updating values in update.
  • Blanket trait to provide a convenience method for assigning props in changed or updating values in update.