Get a slider working in typescript react
task id: typescript-react-slider2024-06-30 13:39: Made a formal task for slider #typescript-react-slider
2024-06-30 15:40: attempts to look at this typescript sample code #typescript-react-slider #timelog:00:54:42
Does it look like the other react code I've been examining?
2024-07-01 08:45: Ready to actual add a slider now #typescript-react-slider
After studying the boilerplate in way too much detail yesterday <<codestudy/hello_ts_react/app_tsx>>, I feel ready for this.
2024-07-01 15:57: Nice pairing with Binh on getting a slider in React #typescript-react-slider #timelog:00:15
Approximating the timelog to be about 15 minutes. Solution was much less complicated that my thinking. Instead of wrapping slider in react, just use stateful hooks.
2024-07-02 08:30: Finished. Next steps... #typescript-react-slider
Next steps are to port the rest of the UI into React
I created the project with this command: <<webdev/npx_create_react_app_typescript>>.