update the state variable value in react js code example
Example 1: reactjs update state example
{
hasBeenClicked: false,
currentTheme: 'blue',
}
Example 2: reactjs update state example
{
hasBeenClicked: false,
currentTheme: 'bluesss',
}s