What is uncontrollable component in reactjs?



What is uncontrollable component in reactjs?..

Answer / Lal Bahadur Kumar

An uncontrolled component in ReactJS is a form element whose value is not directly managed by the state. This means the component doesn't sync the value with its corresponding state automatically.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More React.js Interview Questions

What are the limitations of reactjs?

1 Answers  


Enlist the advantages and disadvantages of reactjs?

1 Answers  


What are the major issues of using MVC architecture in React?

1 Answers  


What is the ‘Store’ feature in Redux?

1 Answers  


What is props?

1 Answers  


Name two types of React component?

1 Answers  


Give an example of using events?

1 Answers  


Explain the meaning of Mounting and Demounting

1 Answers  


What are higher order components(hoc)?

1 Answers  


Do you think reactjs has any limitations? If so, tell a few?

1 Answers  


What is jsx and how jsx can help applications in react.js?

1 Answers  


Why do we need a router in reactjs?

1 Answers  


Categories