Expand description
Procedural macros for Telex.
state!— creates order-independent state (no hook ordering rules)effect!— creates order-independent effects with dependencieseffect_once!— creates order-independent effects that run oncewith!— clones state handles into closuresview!— JSX-like syntax for building UI trees
Macros§
- effect
- The effect! macro for creating order-independent effects with dependencies.
- effect_
once - The effect_once! macro for creating order-independent effects that run once.
- state
- The state! macro for creating order-independent state.
- view
- The view! macro for building UI trees with JSX-like syntax.
- with
- The with! macro for cloning state handles into closures.