Open refi64 opened 7 years ago
If I rewrite it in Dart, though, then it loses out on Vue Devtools integration, which is a pretty major loss.
The main problem has largely just been that Vuex's design is really dynamic and at odds with strong type systems. Given that VueDart has the opportunity to use a more type-friendly API, that's really something I want to learn towards, a bit like how the new event API was designed for type safety.
hey @kirbyfan64 Any updates on the vuex aspect. I was thinking that it might be easier to just write it in Dart and not rely on the vuex javascript lib ?
I have some ideas for leveraging Vue and vuex in apps such that the system can also be used in flutter also.