@antoninadert did the awesome job of configuring a code sanbox instance so it works with ViewModel !
Of course I had to put it to the test and so here’s the proverbial ToDoList with ViewModel in a live environment that you can modify and play with. Here’s the source code if you want to see how it works with Meteor. And also an article explaining the code.
@arggh wrote a post with his experience. It’s about the Blaze version but the same can be said about the React one. As he mentions, it’s hard to see the value of VM at first glance because you have to actually try it to see that it really cuts down your code and simplifies it a lot. Not because it has syntactic sugar, but because it’s a much simpler paradigm and it’s designed with developer happiness in mind.