Modern front–end applications can have complex states, with different ways to view and modify different pieces of data. Keeping the states of different views in sync can get really complicated quickly. Vuex, the official state management tool for Vue.js, makes your application s state architecture easier to understand, maintain and evolve.
This course is the easiest way to get started with Vuex to improve your Vue application architecture and overall user experience. You will learn all about the Vuex API, including the Vuex store, changing application state, carrying out asynchronous operations and persisting state changes to a server. You will build a full reading tracker app that uses all of the core Vuex concepts in a real–world scenario that includes an API and user authentication. Later, you will learn about advanced techniques for testing and organizing complex Vuex applications. All of this will be taught in simple steps that gradually build up in complexity to ensure that you never fall behind.
By the end of this course, you will have created multiple projects with Vuex and will know how to build practical applications that are powerful, consistent, and maintainable. You will understand all aspects of Vuex development, and know how to put them into practice.
Instructor Details
Courses : 212
Specification: Hands-On Vuex for Vue.js Applications
|
3 reviews for Hands-On Vuex for Vue.js Applications
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $10.99 |
---|---|
Provider | |
Duration | 4.5 hours |
Year | 2020 |
Level | Intermediate |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$124.99 $10.99
David D. –
IMPORTANT: Some reviewers don’t realize that code for every video segment is on GitHub at https://github.com/PacktPublishing/Hands on Vuex for Vue.js Applications#working with the code This is an in depth Vuex course focused on code. The author briefly explains concepts then demonstrates them in code. The code is clean and modern (loved the async/await). The course has a good progression from basic to advanced usage and shows the refactoring steps needed for scale. By the end you’ll be able to build a new project with Vuex or know how to refactor and scale an existing one. All the code is on github. There is a git tag for every section so you can ‘git checkout‘ to follow along at each point. https://github.com/PacktPublishing/Hands on Vuex for Vue.js Applications The testing section is my favorite. Cypress is amazing! This course is not about beautiful CSS or UI/UX. So don’t expect much in that area. FULL DISCLOSURE: I was involved as a reviewer of this course before it was published. And the author is my son.
Cory Kelly –
The course is very good as far as information on the subject. What I have issues with is that the Packt Instructor does a very poor job giving students the right course material to work with. from my experience they will point you to a Github repo were they claim the project files live. however upon extracting said project files they are all finished project files. To add more confusion to the new student the Packt Instructor uses project dependencies that changes with every build such as CSS frameworks etc. like I said Good information Poor execution
Titus Decali –
Good info about Vuex, but could be deeper explaining individual functions more clearer, and as others have said, the provided code is not separated into individual lessons, just the final result. If 15% more effort was put in I d give this 5 stars.