Sobes.tech

Is there access to the values from the InputDigit component and can they be output to console.log?

2

Where should the form submission logic be placed: in the separate InputDigit component or above?

2

What are the purposes of the methods bind, call, and apply, and what are their differences?

2

Algorithmic task: find and return the single string that is unique by the set of letters, ignoring case, spaces, and repeated characters.

Middle
2

Where did Redux originate and what is its main data flow?

2

Why did you choose React instead of Vue, Angular, Svelte, or jQuery?

2

Have you ever deployed a frontend project from scratch?

2

Find and fix the hydration error "Text content does not match server-rendered HTML" on the main page.

Middle
2

What feature-sliced design layers did you highlight and how did you organize the transition to this architecture?

Middle
2

If the parent component [component] re-renders, what happens to the child component that does not accept props?

2

What programming paradigms do you use, especially in React?

2

What is Redux Saga and how do generators/yield work in it? Why use Saga instead of Redux Thunk?

2

Why does using state and useEffect prevent hydration errors on the client? Explain the order of hydration, first render, and useEffect execution.

Middle
2

How do you evaluate the transition from monolith to microfrontends: was it a successful decision or did it create more problems?

2

Add keyboard control for selecting squares: arrow keys up, down, left, and right should move the selection to the corresponding neighboring square without leaving the grid boundaries.

Middle
2

If there are two interfaces with the same name, will they always merge without errors? What are the exceptions?

2

Determine the order of outputting numbers to the console for the given code with Event Loop, Promise, and setTimeout.

2
/350