What does React mean when it expects components to be "pure"?
Components must never use state or props
Components should return the same JSX for the same inputs
Components should avoid all function calls during rendering
Components must render only primitive values