Is it possible to use ProgressBar class as default view?
In this call:
// Return the initial view of your application here
function getInitialView() {
return [new ProgressBar("Waiting", null), new SomeDelegate() ];
}
If possible - what should be passed as SomeDelegate? How should it be implemented? Anything specific?