Open alexeieleusis opened 7 years ago
I'd like to see butterfly + greencat + inject + (a couple of more things) to work together really well.
Butterfly is in flux right now, but its goal is to be conceptually compatible with Flutter. I think Flutter is the best testing ground for features. One thing that comes to mind is automatic setState
invocation when an action propagates through the middleware down into a widget. It's also worth looking into scalability. For example, should an app have exactly one store object for all of it's non-UI logic, or should it be a hierarchy or some other type graph?
@yjbanov Can you please also suggest what needs to be covered?