Sobes.tech

What are the advantages and disadvantages of micro frontends?

Middle
296

Tell me about HTTP request methods and their main differences (GET, POST, PUT, DELETE, PATCH, HEAD).

Middle
207

Tell me about NPM: what it is and what it is used for.

Middle
198

What is the difference between React Context and state managers (Redux, MobX)?

Middle
197

Tell about the .npmrc file. Have you worked with it?

Middle
195

Practical task: implement a call to the useMutation function so that 'Hello World' is printed to the console.

Middle
171

If you cached main.js and then uploaded a corrected version with the same name, what will happen and how to fix it?

Middle
170

What is the difference between the array methods forEach and map?

Middle
165

Practical task: write a function that takes a number and returns a Promise with the result of checking for even/odd, and on error (not a number) returns -1.

Middle
165

How to override styles of a third-party UI library if important, ID, and inline styles do not work?

Middle
158

Tell me about React hooks: which ones have you used and for what purposes (useState, useEffect, useRef, useContext, useMemo, useCallback)?

Middle
156

Tell about browser caching and how to configure it. What should be cached and what not?

Middle
154

Practical task: implement an equivalent of the Array.flat() method, but for objects (recursive flattening of nested objects).

Middle
152

Tell me about the levels of specificity (cascade) in CSS.

Middle
151

What is the difference between a controlled and uncontrolled component in React?

Middle
146

Tell me about CSS properties that are better not to animate, and why. Which properties are better to animate?

Middle
136

What is the difference between the array methods filter and forEach?

Middle
126

What is state in React and why is it needed?

Middle
102

Tell about rendering and the lifecycle of components in React.

Middle
90

If the parent component's state changes, will the child components that do not receive props re-render? How can this be prevented?

Middle
90