freeCodeCamp / classroom

BSD 3-Clause "New" or "Revised" License
144 stars 121 forks source link

UI: Add table render in separate file to make more readable #388

Closed ngillux closed 11 months ago

ngillux commented 1 year ago

Describe the bug There is use of the 'useTable' hook which can be very verbose; abstracting it into it's own file will make the code more readable and developer friendly.

To Reproduce Steps to reproduce the behavior:

  1. View the current application of the 'useTable' hook in the dashboard file.
ngillux commented 1 year ago

Hi @utsab I will be working on this issue.