Is there access to the values from the InputDigit component and can they be output to console.log?
Frontend
Where should the form submission logic be placed: in the separate InputDigit component or above?
What are the purposes of the methods bind, call, and apply, and what are their differences?
Algorithmic task: find and return the single string that is unique by the set of letters, ignoring case, spaces, and repeated characters.
Where did Redux originate and what is its main data flow?
Why did you choose React instead of Vue, Angular, Svelte, or jQuery?
Have you ever deployed a frontend project from scratch?
Find and fix the hydration error "Text content does not match server-rendered HTML" on the main page.
What are your salary expectations?
What feature-sliced design layers did you highlight and how did you organize the transition to this architecture?
If the parent component [component] re-renders, what happens to the child component that does not accept props?
What programming paradigms do you use, especially in React?
What is Redux Saga and how do generators/yield work in it? Why use Saga instead of Redux Thunk?
Why does using state and useEffect prevent hydration errors on the client? Explain the order of hydration, first render, and useEffect execution.
How do you evaluate the transition from monolith to microfrontends: was it a successful decision or did it create more problems?
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.
What is the specificity of CSS selectors?
If there are two interfaces with the same name, will they always merge without errors? What are the exceptions?
Determine the order of outputting numbers to the console for the given code with Event Loop, Promise, and setTimeout.