You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@seyiadisa nice job on the project , but one thing i noticed is that the main page file is a client component, if you wanted all the data fetching to happen on the client, why use next js? why not plain old react? next js 13 simplifies the data fetching process tremendously.
Just a suggestion, a loading component can be created, while data is being fetched from the api .
The text was updated successfully, but these errors were encountered: