Reactive properties #65
Reference in New Issue
Block a user
No description provided.
Delete Branch "dynamic-attributes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Nice work! This looks very cool! I would probably call it reactive variables, but this works too. Nice addition.
@Erb3 updated the name to reactive properties!