Vladimir Shchur
Vladimir Shchur
Writing here as active user of both F# and Vue.js =) Will be glad to help as well, and here are some thoughts. 1) Please try using Vuex as it...
What I want to achieve with Fable+Vue is not another architecture, but the same architecture, ideally only thing that should be changed is js => fsharp similarly to how it...
@alfonsogarciacaro Ok, I'll provide two examples for both real-world app as well as _standard_ approach in 1-2 days
@alfonsogarciacaro Was able to make it earlier =) Here is an example of repo with a quite standard approach (vuex with actions and mutations, router with authguard, computed properties connected...
Thanks for the response! My initiative of imitating syntax is based on the question - how will fable look like to vue developers? And with current implementation with messages, I...
For me the reason to switch to fable with vue.js is compile time errors and here I mean compile errors for templates as well. So I'd rather go something like...
@Zaid-Ajaj Let me be more precise - I love Vue's template engine, it's super intuitive and easy to use, but I'm really missing the compile time template errors. Being able...
Agree, starting with untyped templates as MVP makes sense. One more thing that I wanted to point out, is that elmish component approach is not native to vue at all,...
Hi! BatchReceiveAsync is actually covered by a number of integration tests and I have never seen it failing. Can you please create an additional failing Integration test in PR so...
It's probably your first PR :) You fork the repository, do you commit there and then create a PR from your repository to this one