7 ms·
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?
by sabellito 1y ago
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?
- eric-p7 1y agoNo, 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.
- sabellito 1y agoI'm definitely not the authority on the definition of that word, but in my view I expect reactivity to mean that the UI reacts to state changes "automatically".