Open paul-hammant opened 5 years ago
VueDart is primarily just a Dart wrapper over Vue, so...
VueDart is an MVC framework
Not quite, just like Vue is the V in MVC, VueDart is the same.
VueDart can do BLoC/redux
I admittedly have no clue what BLoC is except that it's used to separate platform-specific stuff from the UI in for e.g. use by both Flutter and web... AFAIK it should probably work however. VueDart can't do state management yet, there's an I open issue for adding Vuex that I haven't gotten to yet.
VueDart can share nearly all non-view code with Flutter solutions
AFAIK also yes.
Not sure how much of this stuff I would want to add to the readme by default; some BLoC examples (or you know, any examples) would definitely be helpful, but thus far most of VueDart's docs and such assume Vue familiarity. That's something I'd like to change at some point, but not until the internals are a bit more stabilized.
I'm pretty sure that Vue can do state management out of the box. An VueDart version of https://vuejs.org/v2/examples/todomvc.html is possible, right?
I'm one of the many people that are building mobile apps with flutter and trying to figure out a way to share as much code as possible with my web platform. The goto pattern for that is Bloc. I just finished a prototype with angulardart and am not feeling good about it. Their angular components library is old and not being maintained. Vue Dart looks like a good option. Just a heads up everywhere i turn there are groups adopting flutter which means there is a quickly growing audience of people with large dart codebases on Bloc, Dart Redux and all that which are going to be doing the same analysis. I think dart based toolsets are going to get a major influx of users. Flutter is pulling the world into it.
Some of these are true, some false:
Can they be added to the README ?