Most of the work is state, not components
The hard part of an operational interface is not rendering a list. It is keeping four views of the same record consistent while someone edits it, handling a partial failure without losing their work, and making a destructive action impossible to trigger by accident. That is state modelling, and it is where the project either works or does not.