HØHans Ødegaardincoderun.hashnode.dev·Feb 27, 2021 · 2 min readReact props vs. stateOnly changes in props and state trigger React to re-render components and updates the DOM. The biggest difference is that re-rendering of the component based on input in state is done entirely within the component, whereas you with using props can r...00