Hey! Checking Ballast lib right now, seems very in...
# ballast
a
Hey! Checking Ballast lib right now, seems very interesting. But I have one question: Comparison docs said that Ballast has MVVM+ style DSL. Is there any documentation or exhaustive example where I can see all possibilities of this DSL?
c
There are a handful of examples in the repo with varying levels of complexity, and you can play with all these examples directly within the docs site, which all link to the source code for you to browse. The Simple Counter is the most basic for showing the general boilerplate for getting started. The Kitchen Sink example shows all of the major functionality with most of the DSL functions used in its implementation. This example is the most useful when viewing it with the Debugger open to see the full activity and get a better sense of how the different features interact
a
Thanks a lot!