You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've only played with spraypaint for a day now, but it is nearly everything I wanted in client-side modeling. Great library.
Since I do a lot of react-style UIs though, it would be really wonderful if this lib added observability (when attrs change) and immutability (as in immutable.js). That would make the circle complete for me.
So I guess this is a feature request.
Currently trying to figure out how to patch into the EventBus like I see in the source for observability:
I've only played with spraypaint for a day now, but it is nearly everything I wanted in client-side modeling. Great library.
Since I do a lot of react-style UIs though, it would be really wonderful if this lib added observability (when attrs change) and immutability (as in immutable.js). That would make the circle complete for me.
So I guess this is a feature request.
Currently trying to figure out how to patch into the EventBus like I see in the source for observability:
But not successfully.
I've also implemented a super simple POC for making attr changes, but it's far from ideal:
The text was updated successfully, but these errors were encountered: