Alec Gregory

Results 3 issues of Alec Gregory

Thanks for this article, very informative and inspiring. Could you explain the apparent redundancy between the mutation functions and the store's commit function? For example, the addItem mutation is defined...

In the definition of `app/home/home-view-model.ts` in the [Home UI](https://docs.nativescript.org/tutorial/plain.html#create-the-home-page) section there is an error in the `populateFlicks` function. It is defined as ``` populateFlicks(): void { this._flicks = FlickService().getInstance().getFlicks(); }...

In the [Plain tutorial](https://docs.nativescript.org/tutorial/plain.html#folder-structure) the folder structure is defined as: ``` app |- assets |- anastasia.png |- beetlejuicemusical.png |- bookofmormon.png |- home |- home-page.ts |- home-page.xml |- home-view-model.ts |- details...