Sobes.tech

What is the difference between a client component and a server component in Next.js?

Middle
ГКУ Инфогород
21

Explain the concept of declarative programming with respect to React.

Middle+
AndersenAndersen
21

interface FormState { values: FormValues; errors: FormErrors; isLoading: boolean; } const [formState, setFormState] = useState<FormState>({ values: { email: '', password: '', }, errors: {}, isLoading: false, });

Middle
нейровэд
21

What are WeakSet and WeakMap, and how do they differ from Set and Map?

Middle+
М.Видео/эльдорадо
21

Implement a debounce function.

Middle
Basis
21

[name] asked: Please introduce yourself: your name, surname, and briefly tell about your professional background.

Middle
Интай-текстиль
21

How was form validation implemented in your project?

Middle+
Ozon Tech
21

How do you prioritize technical debt relative to business tasks?

Middle+
wb
21

What does it mean if a ref is called 'top-level' or 'shallow' - that it does not track the object in depth, only the top properties? (question about shallowRef)

Middle
Программный код
21

What is semantic markup and why is it needed? Provide an example.

Middle+
Rossko
21

A new junior developer joined the sprint, the task was transferred to him, and you realize you are behind. What do you do?

Middle
ГКУ Инфогород
21

The business wanted to release a feature quickly, but you understood it would entail technical risks. How did you act?

Middle+
РунитиРунити
21

What values of the display property do you remember?

Middle+
Ifellow
21

How does React work? Tell me about Virtual DOM and the reconciliation mechanism.

Middle+
НСПК
21

What is your general attitude towards utility-first CSS frameworks?

Middle
4dev
21

What is HOC (Higher-Order Components)? What are they used for? Provide examples of using HOC in React.

Middle+
SelectySelecty
21

Have you used TypeScript client and data models generation on the frontend from YAML description of OpenAPI?

Middle
КейСофт
21

Why did you use async/await with try-catch instead of Promise.then().catch()?

Middle+
РунитиРунити
21

Have you used the Yup library? How does it differ from other validation solutions?

Middle
Программный код
21

If we try to compare two empty objects, what will this comparison return — true or false?

Middle
Интай-текстиль
21
/283