October 2019
Intermediate to advanced
426 pages
11h 49m
English
This Redux principle states that data should always have a single source of truth. This means that global data comes from a single Redux store, and local data comes from, for example, a certain State Hook. Each kind of data only has a single source. As a result, applications become easier to debug, and are less prone to errors.
Read now
Unlock full access