0 votes
in ReactJS by

What's wrong with the following code?

1 Answer

0 votes
by

this.setState{(prevState, props)=>

{

return {

streak: prevState.streak+props.count

}

})

Nothing isn't right with it. It's once in a while utilized and not outstanding, but rather you can likewise pass a function to setState that gets the past state and props and returns another state, similarly as we're doing above. Furthermore, is nothing amiss with it, as well as effectively recommended in case you're setting state in light of the previous state.

Related questions

0 votes
asked Jun 11, 2020 in C Plus Plus by Robindeniel
0 votes
asked Jun 3, 2020 in MongoDB by Robindeniel
...