Summary
Keywords
React Interview Question in Hindi
react interview question
react interview questions
react interview in hindi
react interview preparation
react developer interview
react interview questions and answers
react interview questions for experienced
react developer
react interview tips
Should We Make Nested Components in React
nested component in react
Full Transcript
Instagram id: @code.steps Here we will understand can we make component inside component in React js and should we make nested components in react or not Components can render other components, but you must never nest their definitions The snippet above is very slow and causes bugs. Instead, define every component at the top level:
