Chapter 8: Incorporating Data
Data is the lifeblood of our applications. It flows like water, and it nourishes our components with value. The user interface components we've composed are vessels for data. We fill our applications with data from the internet. We collect, create, and send new data to the internet. The value of our applications is not the components themselves—it's the data that flows through those components.
Samples
Requesting Data
Authorized Requests
Handling Promise States
Handling States (run it)
Render Props
Displaying a List (run it)
Empty List (run it)
List with Data (run it)
Conditional Render Prop Function (run it)
Virtualized Lists
Fetch Hooks
Last updated