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
It would be nice if the scheme validation and calculation methods also worked for a collection of items as this is typically how Flux stores are arranged. If we discuss some syntax I can probably take this on... my thinking is another attribute on the stores isCollection: true for example.
The text was updated successfully, but these errors were encountered:
agreed. This bugs me as well. I find myself operating directly on scheme properties, usually when dealing with arrays.
Not sure I follow exactly what you are proposing. Other frameworks, such as Backbone, have solved this by mixing in a library like underscore, and I'm not sure I want to introduce a dep like that. Can you be more specific about how you envision this working?
Maybe this is overkill? Honestly I'm not sure if this is the direction that you want to take delorean or not, it's definitely moving into the backboney arena but that might be a good a thing as I think there will be a lot of folks moving over and hoping for a little more sugar.
It would be nice if the scheme validation and calculation methods also worked for a collection of items as this is typically how Flux stores are arranged. If we discuss some syntax I can probably take this on... my thinking is another attribute on the stores isCollection: true for example.
The text was updated successfully, but these errors were encountered: