Tell us about yourself, your experience in frontend development.
Frontend
6298
681
Middle+
285
Tell me about React hooks, rules of hooks
Middle+
193
What is React Context, when to use it, and when is a state manager preferable?
Middle+
179
Working with forms: React Hook Form, validation via Yup/Zod.
Middle+
163
Waterfall-проблема при параллельных/последовательных запросах в Next.js
Middle+
145
What are portals (createPortal) in React?
Middle+
142
Use of AI tools in development.
Middle+
133
Optimization of rendering large lists (100,000 items)
Middle+
129
What interesting features have you implemented at your last job?
Middle+
126
Server and client components in Next.js App Router, hydration.
Middle+
123
// input parameters: // url // options export function useFetch() { // logic const fetchData = async () => {}; return { data, error, loading }; }
Middle+
114
Why does React use Virtual DOM and how does it work?
Middle+
96