summonerschool / SSMentorRequest

Mentor request website for the r/summonerschool discord server
https://ssmentor-request.vercel.app
0 stars 3 forks source link

UI- Add feedback to data loading on /mentors/requests page #10

Closed fishcodeslol closed 8 months ago

fishcodeslol commented 1 year ago

Add a loader or something that indicates data is being fetched when a user clicks between the status tabs

Screenshot 2023-07-30 at 6 31 22 PM
prog-z-99 commented 1 year ago

Data fetch seems to be fine, problem looks to be mounting the data onto useState. Seems like we're mounting too much data into a single useState which causes slowdown.Maybe decouple the information that is not necessary for the initial render to a different variable to split the load