April 2020
Intermediate to advanced
716 pages
18h 55m
English
In order to give users easy access to the users they are following and the users who are following them on MERN Social, we will add these lists to their profile views. In each user's profile, we will add a list of their followers and the people they are following, as shown in the following screenshot:

The details of the users referenced in the following and followers lists are already in the user object that is fetched using the read API when the profile is loaded. In order to render these separate lists of followers and followings, we will create a new component called FollowGrid.
Read now
Unlock full access