react-typewriter-effect
react-typewriter-effect copied to clipboard
Using H1 for text output is problematic
I think it's a bad choice to make the outputted text an H1. For one, it's not likely to be semantically correct. Two, H1 is very likely to already be in use elsewhere in an application. Would be best to just leave it in a DIV and let the developers wrap it in an H1 (or whatever they want) themselves.
Thanks.