distract-me-not
distract-me-not copied to clipboard
Refactor legacy react code
This is just a reminder to refactor the legacy code (class components, scss styles, ...) & update the project dependencies.
Yes i know, that this would require to rewrite the code from scratch, which would take a significant amount of time, but anyway, this step is really important for the health & maintainability of the project.
Other suggestions: Rewrite using typescript? :thinking:
Does this mean you want to change to functional components and use useState hooks?
Does this mean you want to change to functional components and use
useStatehooks?
Yes exactly, perhaps use other hooks beside useState.