logoalt Hacker News

bodashtoday at 11:41 AM3 repliesview on HN

Just been through several frontend interviews in the last few months, where it's clear that they still judge a developer's JS skills (especially React) than being semantically correct on HTML elements.

Every question/exercise is centred around how well you know React hooks, effect, memoization, modern css-in-js etc. Given I've been working with Astro recently, in one interview I talked about DOM APIs and I can see the interviewer raise an eyebrow. In later stage, even I that passed the exercises, still didn't get the job.


Replies

rokkamokkatoday at 12:20 PM

Remember that a large part of hiring is finding someone who fits in an existing team. A team that uses react won't appreciate someone choosing to use native DOM APIs instead of a react component.

show 3 replies
oceanskytoday at 12:13 PM

Having a separate css file make small components so much cleaner. I am not against tailwind, but I wouldn't want to use it in front-end interviews.

halfmatthalfcattoday at 12:20 PM

Because nobody outside of the HN-sphere cares about HTML purism, nor should they.

show 1 reply