TypeCellOS / TypeCell

https://www.typecell.org
GNU Affero General Public License v3.0
419 stars 27 forks source link

Reactive Map? #383

Open tennox opened 9 months ago

tennox commented 9 months ago

What kinds of variables are actually reactive? i.e. what triggers a reactive update?

I found that a normal map isn't, but a mobx observable is: open notebook

Screencast from 2023-12-22 14-21-56.webm

YousefED commented 8 months ago

Good one! I think we should consider automatically turning a Map into observable.map (and same for set). Lmk if you're running into other reactivity issues