Reactive properties #65

Merged
thesabinelim merged 4 commits from dynamic-attributes into master 2023-05-08 18:03:50 +08:00
thesabinelim commented 2023-05-08 14:58:28 +08:00 (Migrated from github.com)

Attributes can now track a shared variable, automatically updating when that variable changes

Works under the hood by making use of a metatable on the shared table to track updates, and dispatching new values to observers

Read the updated xml.md for an example usage

Attributes can now track a shared variable, automatically updating when that variable changes Works under the hood by making use of a metatable on the shared table to track updates, and dispatching new values to observers Read the updated xml.md for an example usage
piprett commented 2023-05-08 15:25:18 +08:00 (Migrated from github.com)

Nice work! This looks very cool! I would probably call it reactive variables, but this works too. Nice addition.

Nice work! This looks very cool! I would probably call it reactive variables, but this works too. Nice addition.
thesabinelim commented 2023-05-08 17:06:00 +08:00 (Migrated from github.com)

@Erb3 updated the name to reactive properties!

@Erb3 updated the name to reactive properties!
Sign in to join this conversation.
No description provided.