What is the purpose of the state in a React component? Mark as favorite Copy Link To store data that can be changed and affect the rendering of the component To store data that should never be changed To store data that is only used in the component's constructor To store data that is shared between different components Check Answer