Have you encountered a CORS problem? How did you solve it?
Frontend
How did you optimize backend queries? What is debounce and throttle, and how do they differ?
What will be displayed in the console after pressing the button (re-render)?
How do you optimize in React?
The user sees a white screen before styles load. How to fix the problem?
Practical task: write a TypeGuard to determine the type of animal (Dog or Cat)
What will be displayed in the console during the first render of a React component with a child component (useLayoutEffect, useEffect)?
What mechanisms cause a component to re-render in React?
Were there any bugs with memory leaks or application lag? How would you analyze the problem?
How does a browser work when rendering a page? What stages does it go through?
Tell about your current workplace and what you do?
Are you familiar with SSE (Server-Sent Events)?
Practical task: implement a debounce function.
Have you implemented authorization? How did you work with tokens?