Web Development CS JS Python JavaScript Hacking ReactJs Python django Flask CSS Frontend Backend Full Stack Java Node Pdf Books
3.99K subscribers
878 photos
11 videos
995 files
354 links
One place for the latest in JavaScript, Python, Django, React, and more. Get top-notch tutorials, tips, and downloadable resources. Join us to elevate your tech skills!
Download Telegram
โž… Explain the life cycle of a component.
โž† What is a life cycle method and what is its purpose?
โž‡ Give examples of some life cycle methods and their usage.
๐Ÿ”ฅ1
โžŽ States and Props

โž€ What is a state?
โž What is a prop?
โž‚ Difference between a state and a prop?
โžƒ What is a stateful component and a stateless component?
๐Ÿ”ฅ1
โž„ How states are set in a class-based component?
โž… How states are set in a function-based component?
โž† How to define props in a class-based component?
โž‡ How to define props in a function-based component?
โžˆ Explain the behavior when a state's value is changed.
๐Ÿ”ฅ1
โž Data Binding

โž€ What is data binding?
โž What are the different types of data binding?
โž‚ What kind of data binding does React allow?
โžƒ Which data is available for binding in React?
๐Ÿ”ฅ1
โž Component Rendering

โž€ What do you mean by rendering a component?
โž Where to define rendering logic in a class-based component v/s function-based component?
โž‚ What may cause the rendering process slower?
โžƒ What is rerendering of a component and when does it happen?
๐Ÿ”ฅ1
โž‘ Introduction to Hooks

โž€ What is a hook?
โž Name the hooks which React provides out-of-the-box.
โž‚ What are the general conventions for naming a hook?
โžƒ From where can a React hook be called?
โž„ Point out a few places where a hook can't be used.
โž… What is useState?
๐Ÿ”ฅ1
โž† Compare useState with the state management in class-based components.
โž‡ What is useEffect?
โžˆ Which life cycle methods are internally handled by useEffect?
โž‰ What is useRef?
โž€โž€ Give some scenarios where useRef should be used.
๐Ÿ”ฅ1
โž€โž Difference between useState and useRef.
โž€โž‚ What is useContext?
โž€โžƒ Explain how to manage contexts in components and how useContext fits in there.
โž€โž„ What is memoization and how does React achieve it?
โž€โž… Explain the useMemo hook.
๐Ÿ”ฅ1