Chapter 8: Incorporating Data
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Fetch ()
requestGithubUser ()
Fetching with the GitHubUser Component ()
GitHubUser Component with localStorage ()
Handling States ()
Displaying a List ()
Empty List ()
List with Data ()
Conditional Render Prop Function ()
Rendering a List with faker ()
Rendering a Virtualized List with react-window ()
Fetch Component ()
Customizing Loading ()
Scrolling through Repos with useIterator ()
Incorporating React Markdown ()