Sobes.tech

elements.forEach(element => { element.style.width = '300px'; console.log( element.getBoundingClientRect().width ); }); // [link] export default () => { return <div>Hello!</div> }

Middle+
303

Were there any cases where something crashed in production or during testing of WebSocket connection implementations?

Middle+
210

Your resume states that you have worked extensively with complex multi-step forms. Can you tell us more about what was implemented there?

Middle+
174

Second task: implement a search component using a standard server via query parameter — create an input for query entry, states for results and query, fetch data in useEffect with error handling and loading state, render a list of results (name field).

Middle+
168

How was cross-field validation (validation of one field depending on the value of another) technically implemented?

Middle+
167

Can you calculate the algorithmic complexity of the implemented status filtering?

Middle+
166

You mentioned testing for a thousand connections via WebSocket — how did you test this, how did the load testing go?

Middle+
163

If we talk about pure optimization techniques within React, which ones are you familiar with? (useMemo, useCallback, React.memo)

Middle+
163

What state managers have you worked with? Which do you prefer, and what are their advantages and disadvantages?

Middle+
158

Tell us about your experience working with tables (drawing, working with large data volumes).

Middle+
158

Addition: add filtering of results by the status field through a separate text input, considering case insensitivity.

Middle+
152

Have you worked with authorization? Tell us more about the implementation.

Middle+
152

What did the table you developed look like? What had to be implemented by yourself?

Middle+
150

Have you had to work with new React hooks (18/19), such as useTransition, useDeferredValue?

Middle+
146

How was the update of access/refresh tokens implemented during JWT authorization (interceptors, handling 401)?

Middle+
137

Theoretically speaking: there are large tables with a lot of data. Can performance issues arise? If yes, how would you solve them?

Middle+
130

Have you heard of the useLayoutEffect hook? Explain how it works.

Middle+
121

Do you understand how Zustand works under the hood?

Middle+
118