October 2018
Intermediate to advanced
590 pages
15h 5m
English
The three types of state management that we have described are considered the traditional ways of managing state in the frontend. Even though the last type in Vue applications provides reactivity to the data model, they suffer the same drawback, which is the lack of control over the data flow. This wouldn't be an issue for small applications or applications that do not need to share state across components. On the other hand, for large-scale applications, this lack of control of the data flow will introduce data inconsistency issues.
Let's say you have a component, for example, Messages, showing a list of messages and another component UnreadMessageCounter showing the total count of unread messages. ...
Read now
Unlock full access