· Michał Roman · Tutorials
Refactoring spaghetti React
Taking over an old React project can be daunting. Often you open the codebase and find class components or outdated function components written without hooks, heavy with side effects, and lacking clear boundaries between responsibilities.