Comment by sabellito
Reading through the example, it seems like it doesn't do reactivity, as the user code must call render() manually on state changes. Did I miss something?
Reading through the example, it seems like it doesn't do reactivity, as the user code must call render() manually on state changes. Did I miss something?
No, that's correct. I did it that way deliberately as a design choice.
Is that not still considered reactivity? If so then I'll update the docs.