Refactor EditableTable
EditableTable
is a huge component with a lot of refactoring opportunities:
-
props
types can be improved - Lot of code can be extracted in separate utility functions
- Duplication can be reduced by using said utilities
It might also be the opportunity to check for the usual additional local state vs. store that could trigger additional rerenders