DEV Community

Discussion on: Using the React Context API, the right way (a time saver)

 
youyirhode profile image
YouYi

You are right. I took a deep look of hooks.Basically, I noticed React separate the whole html, css structure from data. Then we can store data ,change data, update data, share data. That is state management, and all hooks serve for that.