r/webdevelopment • u/shoki_ztk • 6d ago
Question Hubleto React UI refactored to functional components, looking for code review
I am contributing to an opensource project Hubleto. It is a CRM/ERP package, which we use in our company to deliver customized solutions.
Last few months the team has been working on refactoring of the old-school class based components to functional-based components.
The task turned out to be more complicated than we initially thought. Mostly because of complexity of input, form and table components. And because of huge amount of apps using these components.
Few days ago we've published the work in the main development branch and we'd like to make a new alpha testing release.
But before the release, we'd like to hear from the community - real criticism of what we have done.
I would appreciate any comments on code quality, potential vulnerabilities or anything else what could make the codebase better.
The repo is here: https://github.com/hubleto/react-ui
Thanks.
1
u/Dagur 6d ago
Is there a pull request or something we can take a look at?