You have to use setState() for updating state in React { hasBeenClicked: false, currentTheme: 'blue', } setState({ hasBeenClicked: true });