Real-Dev-Squad / website-status

Shows a roadmap of the ongoing projects being done
https://status.realdevsquad.com/
MIT License
21 stars 147 forks source link

Fix the code to render `IssueList` in `/issues` route. #605

Closed yesyash closed 9 months ago

yesyash commented 10 months ago

Description

The way we render Issues is not the best, it's hard for React to keep track of it and if the value in the search field updates all the components in issueList get re-rendered.

A better way to implement this would have been to write the if-else logic where we place the variable to render this list. (link to the line).

image

kavyarishi19 commented 10 months ago

assign me

bksh05 commented 10 months ago

Hey @yesyash , I can work on this if it's still not picked.

yesyash commented 10 months ago

Hey @yesyash , I can work on this if it's still not picked.

Thanks for your interest, are you a part of RDS ?

If so you can reply to my message mentioning this ticket in new-tasks channel.

In case you're not please let me know I will crosscheck if anyone has picked this up, before assigning it to you.

bksh05 commented 10 months ago

I have raise a PR here