In order to view this lesson, you must purchase this course.
Now that we the capability of following users inside of our system, it would be nice if we improve our <b>Home Feed</b> to show their posts. In today's video, I'll go through a few examples of how this works by fetching posts for various users in the system and rendering it in our list.
Finally, we go over how to sort our posts in a descending date order so we can see the newest items at the top. Once we complete this feature, I'll pull in an extension method on <b>Date</b> that returns a <b>timeAgoDisplay</b> string for our posts.
If you're interested in learning more about the algorithm, please watch this video:
Link: <a href='https://youtu.be/IjJxaUXKVXU'>Time Ago Display Algorithm</a>
Enjoy.