Javascript – Creating a typewriter effect in React (using JS)
I've been trying to create a typewriter effect for my website - currently the animation works but each letter appears twice (i.e I want it to say "Welcome!" but it types out "Wweellccoommee!!". I believe this is an asynchronous issue…