reactjs questions part 4
A prop change does not re-render a component if the prop is stored as a local variable. It only re-renders when the prop is stored as a state variable. ======= I take 2-3 interviews per week on average for react devs. The most common one I ask my candidates is this: Explain how react works under the hood to me like I'm 5 yr old What problem did react come to solve? What are composable components? How do you separate logic and style? What are the security measures to be taken to avoid data leak in frontend TYPESCRIPT specific How do you validate form input data How do you design typesafe components GENERAL what are accessible components, how do you design them ? State management - redux vs context API. --------------------------2------------------------------- Here are some key API-related questions to prepare for your React.js interview: API Calls and Data Manipulation How do you make API calls in a React application and handle the response data? What is the best pract...
Comments
Post a Comment