maciejhirsz / kobold

Easy declarative web interfaces.
https://docs.rs/kobold/
Mozilla Public License 2.0
385 stars 7 forks source link

Safer `stateful` #27

Closed maciejhirsz closed 1 year ago

maciejhirsz commented 1 year ago

This is all pretty massive, but it mainly revolves around few things:

  1. The whole internal logic of stateful is done with much less unsafe code.
  2. bare closures can now be passed into DOM events.
  3. class! and bind! helper macros.