Client Side Hydration
When the user first loads the page, we need to show some list items right away. We'll learn how to in this lesson!
We'll cover the following
Server side #
We first want to get to a point where we have our initial set of data. As soon as the window loads, let’s pull data from the server and display it as a series of tweets.
To know if we’ve succeeded, the server should have some data.
We’ll write a short script to do so:
Get hands-on with 1400+ tech skills courses.