What frontend misconception do you encounter most often?

I keep hearing people say that frontend development is only about design work and making things look pretty. This drives me crazy because there’s so much more to it than just visual stuff. Frontend developers need to understand JavaScript, APIs, performance optimization, accessibility, browser compatibility, and tons of other technical concepts. We’re not just moving pixels around on a screen. What other common myths about frontend work do you run into? I’m curious if other developers face the same stereotypes I do. Sometimes I feel like people don’t realize how complex modern frontend development has become with all the frameworks, build tools, and advanced concepts we use daily.

This drives me crazy. Backend devs constantly think they can just jump into frontend because “it’s just HTML and CSS.” Then reality hits - modern frontend means wrestling with complex state management, async operations, bundling configs, and architecture choices that’ll tank your app’s performance if you mess up. What really gets me is when people say frontend devs don’t need algorithms or CS fundamentals. Are you kidding? Try optimizing render performance, building efficient data structures for component trees, or managing memory in SPAs without that knowledge. Just because someone can throw together a basic webpage doesn’t mean they can handle professional frontend development.

the “frontend is easier than backend” myth drives me crazy. my manager once said frontend was perfect for “junior devs to start with,” then handed me a project with complex data visualization, real-time updates, and cross-browser compatibility hell. three weeks later he’s wondering why it’s taking forever lol. people don’t realize we’re building full applications that have to work in completely unpredictable environments.

Oh man, the “you don’t need testing in frontend” argument drives me crazy. I hear this constantly - people think frontend code magically works because users can “see” what’s broken. Try debugging race conditions in async components or weird form validation edge cases and tell me testing isn’t needed. How do you convince stakeholders that frontend testing matters just as much?