What are state and props in React? By manikandan on Sun, Mar 17th, 2024, 1:10 pm State is an internal data store that belongs to a specific component, and it can be changed over time. Props are properties passed to a component from its parent, and they are immutable. reactjs react Interview Question basics js js-library javascript frontend w2u way2unknown