What is the difference between state and props? By manikandan on Sun, Mar 17th, 2024, 1:12 pm State is internal to a component and can be changed over time, while props are external and passed to a component. reactjs react Interview Question basics js js-library javascript frontend w2u way2unknown