Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
React controlled inputs provide a challenge for validating the inputs with state updates fired for each keystroke from the user. I haven't solve it yet, but I should find a way to delay the input validation. I'm considering useDeferredValue over a custom debounce hook. May add that as I refactor the app into components.
Community feedback
- @aneiquPosted 2 months ago
Really cool and clean way of doing this project, a lot of good testing. Really good job
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord