Sobes.tech

Have you cached requests for offline operation?

241

What are the ways to copy an object in JavaScript?

175

Which React hooks do you use most often?

168

What is the difference between useMemo and useCallback?

157

How is cross-browser support for CSS ensured?

156

What CSS architectures do you know and which one do you prefer?

156

React from "react"; You need to create a React component that displays a tree structure like ampleFiles = [ { id: 1, name: 'src', children: [ { id: 2, name: 'components', children: [ { id: 3, name: 'Button.tsx', children: [] } ] }, { id: 4, name: 'index.ts', children: [] } ] }, { id: 5, name: 'README.md', children: [] } ] letStructure = () => { // use structure rendering return ( <div> {/* Render the tree */} </div> ) } export default FileStructure;

151

What are the ways to declare variables in JavaScript and what is the difference?

148

What vulnerabilities do you know and how do you deal with them?

145

Have you had experience with CSS-in-JS or styled-components?

137

What is list virtualization, why is it needed, and how is it implemented?

134

How is working with asynchronous code organized in JavaScript?

134

Tell me about SCSS mixins for media queries.

125

Did you configure security headers on the server?

107
/2