We can update the state in React.js by calling to setState() method. These calls are:
We can update the state in React.js by calling to setState() method. These calls are:
a) Synchronous in nature.
b) Asynchronous in nature.
c) Are asynchronous but can be made synchronous when required.
d) None of the above.