@jasper2virtualSubmitted 9 days ago
What challenges did you encounter, and how did you overcome them?
I struggle to replicate the appearance of range input. I use a grid box with three grid items to render the slide and handle.
I struggle to replicate the appearance of range input. I use a grid box with three grid items to render the slide and handle.
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.
Really cool and clean way of doing this project, a lot of good testing. Really good job
none
What challenges did you encounter, and how did you overcome them?none
What specific areas of your project would you like help with?none
It was nice and challenging.