November 2019
Beginner
804 pages
20h 1m
English
One subject that we haven't discussed so far in this book is state management.
Since modern web applications manage the state of the user interface on their own, they need to take great care of the consistency of the displayed data.
Components are a good way for us to decompose complex user interfaces into many smaller pieces, each taking care of specific parts of the UI, along with the data that those should render.
As the complexity of an application grows, it becomes more and more challenging to maintain data consistency across components. As soon as multiple components need to display the same data, there is a risk that one of those will not be aware of changes and will display stale/incorrect ...
Read now
Unlock full access