Skip to content

Latest commit

History

History
19 lines (13 loc) 路 663 Bytes

File metadata and controls

19 lines (13 loc) 路 663 Bytes

(RFO.1) Refactoring Form

CodeSandbox

https://codesandbox.io/s/forms-oepo2?file=/src/App.tsx

Statement

Refactor the whole component to achieve high readability and reusability.
馃敼 You can (and should!) separate existing codes into multiple components and files/folders. Same goes with style files.
馃敻 Be sure that count of lines (without newlines) of each component does not exceed 80.
馃敻 Do not change the functionality from users' point of view (unless you find the evident bug in existing code).
馃敻 Do not change the design from users' point of view