I'm curious to know how many devs here, especially junior devs, have had trouble understanding certain programming syntax and/or concepts and if dev tools and scaffolding scripts like create-react-app have had any part in stunting your growth?
For example, some boilerplate scripts write basic HTML blocks for you, but did that prevent you from fully understanding concepts like:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
or
<meta charset="UTF-8">
Share your thoughts in the comments!
Top comments (1)
Can't say that it has hindered me any. But a lot of the tutorials I have gone through explain what those types of things are and do so that might be a help.