At the moment the application logic and the render output logic are contained in a single large component, RecordPicker This kind of component makes the application logic difficult to reason about.
The refactor should include the following improvements:
At the moment the application logic and the render output logic are contained in a single large component,
RecordPicker
This kind of component makes the application logic difficult to reason about.The refactor should include the following improvements: