react-haiku
react-haiku copied to clipboard
[FEAT] Add useTypingEffect Hook
Description The 'useTypingEffect` hook simulates a typing effect by progressively updating the state with randomized delays for a natural feel.
Acceptance Criteria
- [ ] The text parameter must be a non-empty string;
- [ ] A
startTypingfunction must be called to begin the typing - [ ] If
startTypingis called multiple times, it resets state before restarting