Before you rush to add “React Developer” to your bio, please slow down. In one of our recent interviews, almost everyone said things like: “I know React.” “I know Next.js.” “I know Tailwind.” “I know TypeScript.” But when I asked simple questions like: “Where do you check for errors?” “Do you know what console.log() does?” “What’s the difference between GET, POST, or PATCH?” Most of them couldn’t answer. Here’s the truth: you can’t truly know React if you don’t understand JavaScript. Frameworks are built on top of JavaScript not outside it. Stop rushing just to get the title “React Developer.” Learn the basics first, JavaScript, DOM manipulation, APIs, debugging. The title might get you the interview, but your knowledge is what will get you the job and help you keep it. 💡 #JavaScript #React #FrontendDevelopment #Developers #LearnTheBasics #CodingJourney
Most people know how to use tool practically good but when you ask theoretical question about Thier practical skills they can't answer — I know how and when to use POST, GET PATCH and PUT but I can't explain more define them when you ask until I open a book to read. I failed so many theoretical interview and pass alot of practical interview.
I love reading this! Some people like to rush a lot. You can't understand react, next.js, vue.js without a brand knowledge of JavaScript (The foundation) You can understand Laravel without a brand knowledge of PHP You can understand Daingo without Python. As go the others. Understanding the basics, fundamental before jumping to framework. Like in my precious study, because i just started learning vue.js and its feel less magical and super easy because i have first learn HTML, CSS and JavaScript
Yes yes. That’s what my teacher always say, Joseph Brendan always say we should learn HTML, CSS, and then JavaScript, and when we get to React it will be easy to understand. React is basically JSX extended JavaScript, we can write HTML and javascript in the same place, and also CSS using tailwind css. If one doesn’t know anything about HTML CSS and JavaScript react will prove to be difficult.