December 2019
Intermediate to advanced
474 pages
10h 3m
English
With the initial version of the application in place, the next step is to fetch the data from the data file and handle its flow through the components. For this, we will use React Suspense and memo. With Suspense, we can access the React lazy API to dynamically load components and, with memo, we can control which components should rerender when their props change.
The first part of this section will show us how to load data from a data source using React life cycle methods and display this in React components.
Read now
Unlock full access