Sobes.tech

What is CSS specificity in selectors?

2

Have you encountered class components in React?

2

Have you had a code review on your project?

2

Can you implement passing the value from the child input to the parent component so that the parent can validate the code and submit the form?

2

[name] explains the time and space complexity of the string normalization function in this solution and what it depends on.

Middle
2

There is a vanilla JavaScript application and a React application: both have a paragraph and a button that changes the paragraph text on click. Where will the change happen faster and what will be more optimal?

2

What was the project written in at your last place of work?

2

Is there anything in React 18 that cannot be implemented with functional components and would require classes?

2

You fixed a bug, but the manager reports that it still reproduces in production, although everything works locally. What could be the reason?

Middle
2

How does the browser send HttpOnly cookies if JavaScript does not have access to them?

2

What is your opinion on TypeScript: is it necessary for every project?

2

Which property can be used to control the stacking order of positioned elements?

2

What two or three conditions are necessary for you to perform your work quickly, qualitatively, and effectively?

2

What are the ways to bypass subscribers stored in a Set?

Middle+
2

Have you encountered lazy loading in React? How does it work?

2

What is the difference between CommonJS and ES Modules? Which is preferable and how to split a large bundle, loading modules only when needed?

2

Do you use Grid and Flexbox? What's the difference between them and what would you choose for a large project?

2

There is a reactive object with keys A and B; computed depends only on A. Will the computed be recalculated when B changes and why?

Middle
2
/350