March 2018
Intermediate to advanced
320 pages
10h 22m
English
This chapter covers
In chapters 4-5, we had the Dashboard component, which generated some data for the rest of the application to consume. But that was only because we didn’t want to introduce more complexity into the example. This isn’t ideal in most scenarios, because that logic is hard to reuse and makes the component unnecessarily complex.
Your application will need to manage many tasks, and many of them will fall outside of the responsibility of components, such as managing data access, managing configuration ...
Read now
Unlock full access