Sobes.tech

Your branch is behind dev because another developer has already merged their changes. How to update your branch and resolve conflicts?

Middle+
Chaser
21

Tell us about the useTransition hook — how does it work and what is it used for?

Middle
IBIT
21

const submit = (el) => () => { log(el); } arr.map(el => <button onClick={submit(el)}/>) arr.map(el => <SomeComp key={} pmclick={() => submit(el)} />) const param = useMemo(() => ([c: a + b]), [a,b]) return <Child value={param} /> Child = React.memo(() => {})

Middle+
IT OneIT One
21

How much do you like this work, or do you prefer to work in a team?

Middle
Navio
21

What will change in all three cases if the function is arrow?

Middle+
Ozon Tech
21

Write an abstract implementation of a Child component with memoization using React.memo. What is the second argument that React.memo accepts?

Middle+
IT OneIT One
21

What was the most interesting aspect of the technology when developing this feature?

Middle+
Альфа-БанкАльфа-Банк
21

Why is inheritance needed in OOP, and in what cases should it be used?

Middle
ГосуслугиГосуслуги
21

How to organize through a service scenarios where two components need to read the same value or have shared state?

Middle+
Сибилтек-софт
21

What is important to consider in UX for Live Video as opposed to regular VOD?

Middle
Хайерлаб
21

Evaluate the spatial complexity of your solution.

Middle
Пикварио технологии
21

Tell me about the React component lifecycle and hooks (useEffect, useState, useRef, useCallback, useMemo, useLayoutEffect, etc.)

Middle
SimbirsoftSimbirsoft
21

Provide an example of the Interface Segregation principle in frontend development.

Middle
IBIT
21

What testing tools have you worked with? How were the tests integrated into CI?

Middle
UserGate
21

So, you stored the form state between different steps of the wizard flow, am I correct? How did you store it — was there an internal store or a backend storage?

Middle
Voximplant
21

Tell me about Storybook — how closely did you work with it, or was it just with a small component?

Middle+
IMOT.IO
21

How can you streamingly parse JSON, breaking the processing into chunks so as not to block the main thread? Through what can you run the processing of the next chunk so as not to slow down the page (for example, requestIdleCallback, generators)?

Middle
IBIT
21

What type of typing is used in TypeScript? How does it differ from languages like C# or Java?

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

Have you worked with classes in TypeScript?

Middle+
Ozon Tech
21

What methods can be used to implement two-way binding?

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