Comment by simonw

1 day ago

Yeah, I share all of those questions.

My cynical answer is that most web developers who learned their craftsin the last decade learned frontend React-first, and a lot of them genuinely don't have experience working without it.

Which means hiring for a React team is easier. Which means learning React makes you more employable.

> most web developers who learned their craftsin the last decade learned frontend React-first, and a lot of them genuinely don't have experience working without it

That's not cynical, that's the reality.

I do a lot of interviews and mentor juniors, and I can 100% confirm that.

And funny enough, React-only devs was a bigger problem 5 years ago.

Today the problem is developers who can *only* use Next.js. A lot can't use Vite+React or plain React, or whatever.

And about 50% of Ruby developers I interviewed from 2022-2024 were unable to code a FizzBuzz in Ruby without launching a whole Rails project.

  • >> a lot of them genuinely don't have experience working without [react]

    > Today the problem is developers who can only use Next.js. A lot can't use Vite+React or plain React, or whatever.

    Do you want to hire such developers?

    • No, that's why I said "problem".

      My job during the hiring process is to filter them.

      But that's me. Other companies might be interested.

      I often choose to work on non-cookie-cutter products, so it's better to have developers with more curiosity to ask questions, like yourself asked above.

  • My test for FE is to write a floating menu in JSFiddle with only JS, CSS, and HTML. Bonus if no JS.

    If you can do that, then you can probably understand how everything else works.

    • Yep, that's a good test. And it's good even if it's for a React only position.

These people ganging up on you, felt really bad because I support your claim.

Let me help you with a context where LLMs actually shine and is a blessing. I think it is also same with Karpathy who comes from research.

In any research, replicating paper is wildy difficult task. It takes 6-24 months of dedicated work across an entire team to replicate a good research paper.

Now, there is a reason why we want to do it. Sometimes the solution actually lies in the research. Most of research is experimental and garbage code anyway.

For each of us working in research, LLM is blessing because of rapid prototyping it provides.

Then there are research engineers whose role is to apply research to production code. We as research engineers really don't care about the popular library. As long as something does the job, we will just roll with it.

The reason is simple because there is nothing out there that solved the problem.

As we move further from research, the tools we build will find all sort of issues and we improve on them.

Idk about what people think about webdev, but this has been my perspective in SWE in general.

Most of the webdevs here who are coping with the fact that their react skill matters are quite delusional because they have never traversed the stack down to foundation. It doesn't matter how you render the document as long as you render it.

Every abstraction originates from research and some small proof of concept. You might reinvent abstraction, but when the cost of reinventing it is essentially zero then you are stilfing your own learning because you are choosing to exploit vs choosing to explore.

There is a balance and good engineers know it. Perhaps all of the people who ganged up on you never approached their work this way.