Currently, when a user signs in they are met with a blank page. It would be good to show some recently created clubs to them if they haven't searched for anything. You'll need to fetch clubs from the back-end using GET /clubs/search with an empty query (see ClubsSearchEndpoint on the back-end).
Currently, when a user signs in they are met with a blank page. It would be good to show some recently created clubs to them if they haven't searched for anything. You'll need to fetch clubs from the back-end using
GET /clubs/search
with an empty query (seeClubsSearchEndpoint
on the back-end).