r/Frontend

Interview prep for Angular dev moving to React

Hello! As the title says I’ve been working with Angular primarily for a few years. I’ve done plenty of back end stuff lately as well but that shouldn’t be particularly relevant for this context.

I’ve got a technical interview coming up for a senior React position, but the last time I seriously used React was right around when hooks were the big new thing, so I’m rusty.

I’d love to get any advice, resources, etc as far as what to study and look out for. I’ve been told that there’s no live coding, but there’s Q&A and I’ll also be given some code with existing bugs to review. I’ve been having Claude quiz me a bit and that’s going alright, but it’s tough to keep track of all the various gotchas that might come up.

Thanks in advance for any help!

reddit.com
u/_Heathcliff_ — 19 hours ago

Search Bar Advice

Hey there everyone,

Does anyone have an advice for adapting your site to the mobile search bar on animation. Here is my problem:

On my site, I have a layer that contains multiple images, which takes up the full height of the site. Each image keeps a %height position set by a user. On desktop, this works fine, on mobile not so much.

When the mobile toolbar/search bar moves up and down it changes the page height. I've found you can use resize events, dvh, and visualViewport.height to change the height to match this site height change, but it is super janky/glitchy.

Does anyone on have any hacks they use to autoscale the height of a set of content on mobile search bar animation, smoothly?

reddit.com
u/hungrybularia — 10 hours ago
Week