telex-macro 0.3.0

Procedural macros for telex-tui
Documentation

Procedural macros for Telex.

  • state! — creates order-independent state (no hook ordering rules)
  • effect! — creates order-independent effects with dependencies
  • effect_once! — creates order-independent effects that run once
  • with! — clones state handles into closures
  • view! — JSX-like syntax for building UI trees