R
react hooks
Projects with this topic
-
A project for a showcase custom react hook that creates typewriter effect on the screen.
Initially it's fetched from text file as an asynchronous source and kept as an array beforehand sending to useTypewriterEffect hook.
Custom hook can also take typewriting speed as a milisecond as a second parameter besides text as a list (array).
Updated -