NativeScript Vue Pro
The complete course for developing NativeScript mobile applications for iOS and Android.
Enroll in Course
This course offers an introduction to Vuex with the context of NativeScript Vue. You'll learn about everything from local component state, to namespaced modules, actions, getters, mutations and much more!
Throughout the course, we'll look at everything from what state means, to appropriately mutating state with actions, mutations, as well as using getters to slice state when we need it most. We'll also be using the module approach to separate our state into different containers.
Finally, we'll be spending time to ensure that our workflows are scalable by using the map helpers. This stops us having to manually access state, actions, mutations and getters with the $store prototype, and makes extending our Store a breeze!
Your Instructor
Alex Ziskind consistently strives to be on the cutting edge of technology, employs the latest web and mobile techniques and integrates them with the cloud. He's passionate about distributed systems and service oriented architecture. For the last 15 years, Alex has been developing software solutions for the enterprise as well as small startups trying to get off the ground. In the last 6 years, his Washington DC based company, Nuvious, has been involved in architecting and implementing cloud solutions on an international scale. Since 2015, Alex has been recognized as a Telerik Developer Expert due to his community involvement with NativeScript. You can connect with Alex on Twitter @digitalix.
Course Curriculum
-
PreviewOverview (0:55)
-
StartTwo Ways to Scaffold New NativeScript Vue Projects (7:15)
-
StartProject Dependencies (10:29)
-
StartKeeping a Clean Workspace (4:13)
-
StartUseful Editor Extensions (6:52)
-
StartDebugging in VS Code (5:14)
-
StartDebugging in Chrome (5:34)
-
StartVue Devtools (3:59)
-
StartCode Formatting (3:56)
-
StartTypeScript Strict Levels (6:03)
-
StartNative Platform Declarations (7:04)
-
StartConfiguring Linting (9:23)