Adaptation of a React challenge where are asked to do a simple state manager with undo and redo. But here done with a custom hook with 100% unit tests coverage, typesafe, and accepting any type of data as its state.
- React
- Typescript
- Vitest
- Vite
- React Testing library