SyntaxFix
Write A Post
Hire A Developer
Questions
Another simple way using concat:
this.setState({ arr: this.state.arr.concat('new value') })