Open In App

Web technologies Questions | React.js Quiz | Set-1 | Question 5

Which of the following is a way to handle data in React.js ?
(A) State & Props
(B) Services & Components
(C) State & Services
(D) State & Component

Answer: (A)
Explanation: State and Props are ways to handle data in React.js where the state is mutable and props are unchangeable.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :