I have an array of object that get users data using fetch API. I have tried constructor, create a function, bind it. It didn\'t work. I tried ComponentDidMount and setState, it
You should use the React setState() method.
setState()
that.setState({ users: json });