Asynchronous Nature of React useState()
Recently, I came to know that the useState() hook in react component is asynchronous in nature.
I was working on a react application that displays random quotes whenever a new quote button is clicked. Initially, I was unaware of the fact that useStat...
saseek.com3 min read